Html Css Color HEX #72BB27 Lima

📋 copy color: '#72BB27'

red 114 ◦ green 187 ◦ blue 39

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

Shades of Lima #72BB27

Tints of Lima #72BB27

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55%

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

R = 33.53%
G = 55%
B = 11.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#72BB27 (or 0x72BB27) is known color: Lima. HEX triplet: 72, BB and 27. RGB value is (114,187,39). Sum of RGB (Red+Green+Blue) = 114+187+39=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 187 (73.44% from 255 or 55% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BB27 is #8D44D8. Grayscale: #949494. Windows color (decimal): -9258201 or 2603890. OLE color: 2603890.

HSL color Cylindrical-coordinate representation of color #72BB27: hue angle of 89.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72BB27 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 187 39 -
CMYK 0.39 0 0.79 0.27
HSL 89.59º 0.65% 0.44% -
HSV(B) 89.59º 0.79% 0.73% -
XYZ 25.08 39.26 8.18 -
YUV 148.3 66.32 103.53 -
System Red Green Blue C M Y K H S L
Decimal 114 187 39 0.39 0 0.79 0.27 89.59 0.65 0.44
Hex 72 BB 27 27 0 4F 1B 5A 41 2C
Octal 162 273 47 47 0 117 33 132 101 54
Binary 1110010 10111011 100111 100111 0 1001111 11011 1011010 1000001 101100

Color Harmonies of #72BB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BB27

Black with #72BB27

Text Example


Text Example

White with #72BB27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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