#32C033

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

Shades of Lime Green #32C033

Tints of Lime Green #32C033

Color information

#32C033 (or 0x32C033) is unknown color: approx Lime Green. HEX triplet: 32, C0 and 33. RGB value is (50,192,51). Sum of RGB (Red+Green+Blue) = 50+192+51=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #32C033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C033 is #CD3FCC. Grayscale: #858585. Windows color (decimal): -13451213 or 3391538. OLE color: 3391538.

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

Color convert

RGB5019251-
CMYK0.7400.730.25
HSL120.42º58.68%47.45%-
HSV(B)120.42º73.96%75.29%-
XYZ20.7638.629.49-
YUV133.4781.4668.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 192 (75.39% from 255) = 65.53%
BLUE value IS 51 (20.31% from 255) = 17.41%
R=17.06%
G=65.53%
B=17.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50192510.7400.730.25120.4258.6847.45
Hex32C0334A04919783b2f
Octal62300631120111311707357
Binary11001011000000110011100101001001001110011111000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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