Html Css Color HEX #72C121 Lima

📋 copy color: '#72C121'

red 114 ◦ green 193 ◦ blue 33

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

Shades of Lima #72C121

Tints of Lima #72C121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.76%

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

R = 33.53%
G = 56.76%
B = 9.71%

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

#72C121 (or 0x72C121) is known color: Lima. HEX triplet: 72, C1 and 21. RGB value is (114,193,33). Sum of RGB (Red+Green+Blue) = 114+193+33=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #72C121 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C121 is #8D3EDE. Grayscale: #979797. Windows color (decimal): -9256671 or 2212210. OLE color: 2212210.

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

Color convert

RGB 114 193 33 -
CMYK 0.41 0 0.83 0.24
HSL 89.63º 0.71% 0.44% -
HSV(B) 89.63º 0.83% 0.76% -
XYZ 26.28 41.83 8.13 -
YUV 151.14 61.33 101.51 -
System Red Green Blue C M Y K H S L
Decimal 114 193 33 0.41 0 0.83 0.24 89.63 0.71 0.44
Hex 72 C1 21 29 0 53 18 5A 47 2C
Octal 162 301 41 51 0 123 30 132 107 54
Binary 1110010 11000001 100001 101001 0 1010011 11000 1011010 1000111 101100

Color Harmonies of #72C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C121

Black with #72C121

Text Example


Text Example

White with #72C121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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