Html Css Color HEX #72CF27 Lima

📋 copy color: '#72CF27'

red 114 ◦ green 207 ◦ blue 39

#72CF27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #72CF27

Tints of Lima #72CF27

RGB

 RED value IS 114 (44.92% from 255) = 31.67%

 GREEN value IS 207 (81.25% from 255) = 57.5%

 BLUE value IS 39 (15.63% from 255) = 10.83%

R = 31.67%
G = 57.5%
B = 10.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#72CF27 (or 0x72CF27) is known color: Lima. HEX triplet: 72, CF and 27. RGB value is (114,207,39). Sum of RGB (Red+Green+Blue) = 114+207+39=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 207 (81.25% from 255 or 57.5% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CF27 is #8D30D8. Grayscale: #A0A0A0. Windows color (decimal): -9253081 or 2609010. OLE color: 2609010.

HSL color Cylindrical-coordinate representation of color #72CF27: hue angle of 93.21º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72CF27 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 207 39 -
CMYK 0.45 0 0.81 0.19
HSL 93.21º 0.68% 0.48% -
HSV(B) 93.21º 0.81% 0.81% -
XYZ 29.62 48.35 9.69 -
YUV 160.04 59.69 95.16 -
System Red Green Blue C M Y K H S L
Decimal 114 207 39 0.45 0 0.81 0.19 93.21 0.68 0.48
Hex 72 CF 27 2D 0 51 13 5D 44 30
Octal 162 317 47 55 0 121 23 135 104 60
Binary 1110010 11001111 100111 101101 0 1010001 10011 1011101 1000100 110000

Color Harmonies of #72CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CF27

Black with #72CF27

Text Example


Text Example

White with #72CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72CF27; }

 p { color: rgb(114,207,39); }

 H1.HeaderClassName
 {
   color: #72CF27;
 }
 .AnyTagClassName
 {
   color: #72CF27;
 }
</style>

background-color css

<style>
 a { background-color: #72CF27; }

 a { background-color: rgb(114,207,39); }

 div.DivClassName
 {
   background-color: #72CF27;
 }
 .BgClassName
 {
   background-color: #72CF27;
 }
</style>

border-color css

<style>
 span { border-color: #72CF27; }

 span { border-color: rgb(114,207,39); }

 td.TdClassName
 {
   border-color: #72CF27;
 }
 .TagClassName
 {
   border-color: #72CF27;
 }
</style>