Html Css Color HEX #72C131 Lima

📋 copy color: '#72C131'

red 114 ◦ green 193 ◦ blue 49

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

Shades of Lima #72C131

Tints of Lima #72C131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.76%

R = 32.02%
G = 54.21%
B = 13.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#72C131 (or 0x72C131) is known color: Lima. HEX triplet: 72, C1 and 31. RGB value is (114,193,49). Sum of RGB (Red+Green+Blue) = 114+193+49=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #72C131 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C131 is #8D3ECE. Grayscale: #999999. Windows color (decimal): -9256655 or 3260786. OLE color: 3260786.

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

Color convert

RGB 114 193 49 -
CMYK 0.41 0 0.75 0.24
HSL 92.92º 0.6% 0.47% -
HSV(B) 92.92º 0.75% 0.76% -
XYZ 26.56 41.94 9.6 -
YUV 152.96 69.33 100.21 -
System Red Green Blue C M Y K H S L
Decimal 114 193 49 0.41 0 0.75 0.24 92.92 0.6 0.47
Hex 72 C1 31 29 0 4B 18 5D 3C 2F
Octal 162 301 61 51 0 113 30 135 74 57
Binary 1110010 11000001 110001 101001 0 1001011 11000 1011101 111100 101111

Color Harmonies of #72C131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C131

Black with #72C131

Text Example


Text Example

White with #72C131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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