#72C52B

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

Shades of Lima #72C52B

Tints of Lima #72C52B

Color information

#72C52B (or 0x72C52B) is unknown color: approx Lima. HEX triplet: 72, C5 and 2B. RGB value is (114,197,43). Sum of RGB (Red+Green+Blue) = 114+197+43=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 197 (77.34% from 255 or 55.65% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 197 - color contains mainly: green. Hex color #72C52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C52B is #8D3AD4. Grayscale: #9B9B9B. Windows color (decimal): -9255637 or 2868594. OLE color: 2868594.

HSL color Cylindrical-coordinate representation of color #72C52B: hue angle of 92.34º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72C52B is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB11419743-
CMYK0.4200.780.23
HSL92.34º64.17%47.06%-
HSV(B)92.34º78.17%77.25%-
XYZ27.3443.689.28-
YUV154.636599.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 197 (77.34% from 255) = 55.65%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=32.20%
G=55.65%
B=12.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal114197430.4200.780.2392.3464.1747.06
Hex72C52B2A04E175c402f
Octal162305535201162713410057
Binary111001011000101101011101010010011101011110111001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,197,43); }

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

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

 a { background-color: rgb(114,197,43); }

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

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

 span { border-color: rgb(114,197,43); }

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