Html Css Color HEX #72BB26 Lima

📋 copy color: '#72BB26'

red 114 ◦ green 187 ◦ blue 38

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

Shades of Lima #72BB26

Tints of Lima #72BB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.21%

R = 33.63%
G = 55.16%
B = 11.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#72BB26 (or 0x72BB26) is known color: Lima. HEX triplet: 72, BB and 26. RGB value is (114,187,38). Sum of RGB (Red+Green+Blue) = 114+187+38=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BB26 is #8D44D9. Grayscale: #949494. Windows color (decimal): -9258202 or 2538354. OLE color: 2538354.

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

Color convert

RGB 114 187 38 -
CMYK 0.39 0 0.80 0.27
HSL 89.4º 0.66% 0.44% -
HSV(B) 89.4º 0.8% 0.73% -
XYZ 25.06 39.26 8.09 -
YUV 148.19 65.82 103.62 -
System Red Green Blue C M Y K H S L
Decimal 114 187 38 0.39 0 0.80 0.27 89.4 0.66 0.44
Hex 72 BB 26 27 0 50 1B 59 42 2C
Octal 162 273 46 47 0 120 33 131 102 54
Binary 1110010 10111011 100110 100111 0 1010000 11011 1011001 1000010 101100

Color Harmonies of #72BB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BB26

Black with #72BB26

Text Example


Text Example

White with #72BB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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