#32EE3C

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

Shades of Lime Green #32EE3C

Tints of Lime Green #32EE3C

Color information

#32EE3C (or 0x32EE3C) is unknown color: approx Lime Green. HEX triplet: 32, EE and 3C. RGB value is (50,238,60). Sum of RGB (Red+Green+Blue) = 50+238+60=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 238 (93.36% from 255 or 68.39% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 238 - color contains mainly: green. Hex color #32EE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EE3C is #CD11C3. Grayscale: #A2A2A2. Windows color (decimal): -13439428 or 3993138. OLE color: 3993138.

HSL color Cylindrical-coordinate representation of color #32EE3C: hue angle of 123.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EE3C is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB5023860-
CMYK0.7900.750.07
HSL123.19º84.68%56.47%-
HSV(B)123.19º78.99%93.33%-
XYZ32.7162.1514.55-
YUV161.570.7248.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.37%
GREEN value IS 238 (93.36% from 255) = 68.39%
BLUE value IS 60 (23.83% from 255) = 17.24%
R=14.37%
G=68.39%
B=17.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal50238600.7900.750.07123.1984.6856.47
Hex32EE3C4F04B77b5538
Octal62356741170113717312570
Binary1100101110111011110010011110100101111111110111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32EE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,238,60); }

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

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

 a { background-color: rgb(50,238,60); }

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

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

 span { border-color: rgb(50,238,60); }

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