#72C02A

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

Shades of Lima #72C02A

Tints of Lima #72C02A

Color information

#72C02A (or 0x72C02A) is unknown color: approx Lima. HEX triplet: 72, C0 and 2A. RGB value is (114,192,42). Sum of RGB (Red+Green+Blue) = 114+192+42=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #72C02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C02A is #8D3FD5. Grayscale: #989898. Windows color (decimal): -9256918 or 2801778. OLE color: 2801778.

HSL color Cylindrical-coordinate representation of color #72C02A: hue angle of 91.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72C02A is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB11419242-
CMYK0.4100.780.25
HSL91.2º64.1%45.88%-
HSV(B)91.2º78.12%75.29%-
XYZ26.2141.448.81-
YUV151.5866.16101.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.76%
GREEN value IS 192 (75.39% from 255) = 55.17%
BLUE value IS 42 (16.80% from 255) = 12.07%
R=32.76%
G=55.17%
B=12.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114192420.4100.780.2591.264.145.88
Hex72C02A2904E195b402e
Octal162300525101163113310056
Binary111001011000000101010101001010011101100110110111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,192,42); }

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

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

 a { background-color: rgb(114,192,42); }

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

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

 span { border-color: rgb(114,192,42); }

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