#32c02e

Color #32C02E Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #32C02E

Tints of Lime Green #32C02E

Color information

#32C02E (or 0x32C02E) is unknown color: approx Lime Green. HEX triplet: 32, C0 and 2E. RGB value is (50,192,46). Sum of RGB (Red+Green+Blue) = 50+192+46=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #32C02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C02E is #CD3FD1. Grayscale: #858585. Windows color (decimal): -13451218 or 3063858. OLE color: 3063858.

HSL color Cylindrical-coordinate representation of color #32C02E: hue angle of 118.36º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32C02E is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB5019246-
CMYK0.7400.760.25
HSL118.36º61.34%46.67%-
HSV(B)118.36º76.04%75.29%-
XYZ20.6638.578.94-
YUV132.978.9668.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.36%
GREEN value IS 192 (75.39% from 255) = 66.67%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=17.36%
G=66.67%
B=15.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50192460.7400.760.25118.3661.3446.67
Hex32C02E4A04C19763d2f
Octal62300561120114311667557
Binary11001011000000101110100101001001100110011110110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32c02e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32c02e; }

 p { color: rgb(50,192,46); }

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

<style>
 a { background-color: #32c02e; }

 a { background-color: rgb(50,192,46); }

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

<style>
 span { border-color: #32c02e; }

 span { border-color: rgb(50,192,46); }

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