Html Css Color HEX #72C221 Lima

📋 copy color: '#72C221'

red 114 ◦ green 194 ◦ blue 33

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

Shades of Lima #72C221

Tints of Lima #72C221

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.89%

 BLUE value IS 33 (13.28% from 255) = 9.68%

R = 33.43%
G = 56.89%
B = 9.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#72C221 (or 0x72C221) is known color: Lima. HEX triplet: 72, C2 and 21. RGB value is (114,194,33). Sum of RGB (Red+Green+Blue) = 114+194+33=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #72C221 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C221 is #8D3DDE. Grayscale: #989898. Windows color (decimal): -9256415 or 2212466. OLE color: 2212466.

HSL color Cylindrical-coordinate representation of color #72C221: hue angle of 89.81º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72C221 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 194 33 -
CMYK 0.41 0 0.83 0.24
HSL 89.81º 0.71% 0.45% -
HSV(B) 89.81º 0.83% 0.76% -
XYZ 26.51 42.27 8.2 -
YUV 151.73 61 101.09 -
System Red Green Blue C M Y K H S L
Decimal 114 194 33 0.41 0 0.83 0.24 89.81 0.71 0.45
Hex 72 C2 21 29 0 53 18 5A 47 2D
Octal 162 302 41 51 0 123 30 132 107 55
Binary 1110010 11000010 100001 101001 0 1010011 11000 1011010 1000111 101101

Color Harmonies of #72C221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C221

Black with #72C221

Text Example


Text Example

White with #72C221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,194,33); }

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

background-color css

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

 a { background-color: rgb(114,194,33); }

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

border-color css

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

 span { border-color: rgb(114,194,33); }

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