#32C13B

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

Shades of Lime Green #32C13B

Tints of Lime Green #32C13B

Color information

#32C13B (or 0x32C13B) is unknown color: approx Lime Green. HEX triplet: 32, C1 and 3B. RGB value is (50,193,59). Sum of RGB (Red+Green+Blue) = 50+193+59=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 193 (75.78% from 255 or 63.91% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 193 - color contains mainly: green. Hex color #32C13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C13B is #CD3EC4. Grayscale: #878787. Windows color (decimal): -13450949 or 3916082. OLE color: 3916082.

HSL color Cylindrical-coordinate representation of color #32C13B: hue angle of 123.78º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C13B is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB5019359-
CMYK0.7400.690.24
HSL123.78º58.85%47.65%-
HSV(B)123.78º74.09%75.69%-
XYZ21.1739.1310.58-
YUV134.9785.1267.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 193 (75.78% from 255) = 63.91%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=16.56%
G=63.91%
B=19.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal50193590.7400.690.24123.7858.8547.65
Hex32C13B4A045187c3b30
Octal62301731120105301747360
Binary11001011000001111011100101001000101110001111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,193,59); }

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

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

 a { background-color: rgb(50,193,59); }

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

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

 span { border-color: rgb(50,193,59); }

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