#72C92E

Color #72C92E Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #72C92E

Tints of Lima #72C92E

Color information

#72C92E (or 0x72C92E) is unknown color: approx Lima. HEX triplet: 72, C9 and 2E. RGB value is (114,201,46). Sum of RGB (Red+Green+Blue) = 114+201+46=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #72C92E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C92E is #8D36D1. Grayscale: #9D9D9D. Windows color (decimal): -9254610 or 3066226. OLE color: 3066226.

HSL color Cylindrical-coordinate representation of color #72C92E: hue angle of 93.68º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72C92E is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB11420146-
CMYK0.4300.770.21
HSL93.68º62.75%48.43%-
HSV(B)93.68º77.11%78.82%-
XYZ28.3245.559.88-
YUV157.3265.1897.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.58%
GREEN value IS 201 (78.91% from 255) = 55.68%
BLUE value IS 46 (18.36% from 255) = 12.74%
R=31.58%
G=55.68%
B=12.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114201460.4300.770.2193.6862.7548.43
Hex72C92E2B04D155e3f30
Octal16231156530115251367760
Binary11100101100100110111010101101001101101011011110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72C92E;
 }
 .AnyTagClassName
 {
   color: #72C92E;
 }
</style>
background-color css

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

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

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

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

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

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