Html Css Color HEX #72B22E Lima

📋 copy color: '#72B22E'

red 114 ◦ green 178 ◦ blue 46

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

Shades of Lima #72B22E

Tints of Lima #72B22E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.66%

 BLUE value IS 46 (18.36% from 255) = 13.61%

R = 33.73%
G = 52.66%
B = 13.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#72B22E (or 0x72B22E) is known color: Lima. HEX triplet: 72, B2 and 2E. RGB value is (114,178,46). Sum of RGB (Red+Green+Blue) = 114+178+46=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #72B22E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72B22E is #8D4DD1. Grayscale: #909090. Windows color (decimal): -9260498 or 3060338. OLE color: 3060338.

HSL color Cylindrical-coordinate representation of color #72B22E: hue angle of 89.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72B22E is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 178 46 -
CMYK 0.36 0 0.74 0.30
HSL 89.09º 0.59% 0.44% -
HSV(B) 89.09º 0.74% 0.7% -
XYZ 23.35 35.62 8.23 -
YUV 143.82 72.8 106.73 -
System Red Green Blue C M Y K H S L
Decimal 114 178 46 0.36 0 0.74 0.30 89.09 0.59 0.44
Hex 72 B2 2E 24 0 4A 1E 59 3B 2C
Octal 162 262 56 44 0 112 36 131 73 54
Binary 1110010 10110010 101110 100100 0 1001010 11110 1011001 111011 101100

Color Harmonies of #72B22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B22E

Black with #72B22E

Text Example


Text Example

White with #72B22E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,178,46); }

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

background-color css

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

 a { background-color: rgb(114,178,46); }

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

border-color css

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

 span { border-color: rgb(114,178,46); }

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