Html Css Color HEX #72BB2C Lima

📋 copy color: '#72BB2C'

red 114 ◦ green 187 ◦ blue 44

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

Shades of Lima #72BB2C

Tints of Lima #72BB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.75%

R = 33.04%
G = 54.2%
B = 12.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#72BB2C (or 0x72BB2C) is known color: Lima. HEX triplet: 72, BB and 2C. RGB value is (114,187,44). Sum of RGB (Red+Green+Blue) = 114+187+44=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 187 (73.44% from 255 or 54.20% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BB2C is #8D44D3. Grayscale: #959595. Windows color (decimal): -9258196 or 2931570. OLE color: 2931570.

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

Color convert

RGB 114 187 44 -
CMYK 0.39 0 0.76 0.27
HSL 90.63º 0.62% 0.45% -
HSV(B) 90.63º 0.76% 0.73% -
XYZ 25.16 39.3 8.64 -
YUV 148.87 68.82 103.13 -
System Red Green Blue C M Y K H S L
Decimal 114 187 44 0.39 0 0.76 0.27 90.63 0.62 0.45
Hex 72 BB 2C 27 0 4C 1B 5B 3E 2D
Octal 162 273 54 47 0 114 33 133 76 55
Binary 1110010 10111011 101100 100111 0 1001100 11011 1011011 111110 101101

Color Harmonies of #72BB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BB2C

Black with #72BB2C

Text Example


Text Example

White with #72BB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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