#32C024

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

Shades of Lime Green #32C024

Tints of Lime Green #32C024

Color information

#32C024 (or 0x32C024) is unknown color: approx Lime Green. HEX triplet: 32, C0 and 24. RGB value is (50,192,36). Sum of RGB (Red+Green+Blue) = 50+192+36=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #32C024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C024 is #CD3FDB. Grayscale: #848484. Windows color (decimal): -13451228 or 2408498. OLE color: 2408498.

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

Color convert

RGB5019236-
CMYK0.7400.810.25
HSL114.62º68.42%44.71%-
HSV(B)114.62º81.25%75.29%-
XYZ20.4838.58.02-
YUV131.7673.9669.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 192 (75.39% from 255) = 69.06%
BLUE value IS 36 (14.45% from 255) = 12.95%
R=17.99%
G=69.06%
B=12.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50192360.7400.810.25114.6268.4244.71
Hex32C0244A0511973442d
Octal623004411201213116310455
Binary110010110000001001001001010010100011100111100111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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