Html Css Color HEX #72BB28 Lima

📋 copy color: '#72BB28'

red 114 ◦ green 187 ◦ blue 40

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

Shades of Lima #72BB28

Tints of Lima #72BB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 33.43%
G = 54.84%
B = 11.73%

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

#72BB28 (or 0x72BB28) is known color: Lima. HEX triplet: 72, BB and 28. RGB value is (114,187,40). Sum of RGB (Red+Green+Blue) = 114+187+40=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BB28 is #8D44D7. Grayscale: #949494. Windows color (decimal): -9258200 or 2669426. OLE color: 2669426.

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

Color convert

RGB 114 187 40 -
CMYK 0.39 0 0.79 0.27
HSL 89.8º 0.65% 0.45% -
HSV(B) 89.8º 0.79% 0.73% -
XYZ 25.09 39.27 8.27 -
YUV 148.42 66.82 103.45 -
System Red Green Blue C M Y K H S L
Decimal 114 187 40 0.39 0 0.79 0.27 89.8 0.65 0.45
Hex 72 BB 28 27 0 4F 1B 5A 41 2D
Octal 162 273 50 47 0 117 33 132 101 55
Binary 1110010 10111011 101000 100111 0 1001111 11011 1011010 1000001 101101

Color Harmonies of #72BB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BB28

Black with #72BB28

Text Example


Text Example

White with #72BB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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