#32C93E

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

Shades of Lime Green #32C93E

Tints of Lime Green #32C93E

Color information

#32C93E (or 0x32C93E) is unknown color: approx Lime Green. HEX triplet: 32, C9 and 3E. RGB value is (50,201,62). Sum of RGB (Red+Green+Blue) = 50+201+62=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #32C93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C93E is #CD36C1. Grayscale: #8C8C8C. Windows color (decimal): -13448898 or 4114738. OLE color: 4114738.

HSL color Cylindrical-coordinate representation of color #32C93E: hue angle of 124.77º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C93E is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB5020162-
CMYK0.7500.690.21
HSL124.77º60.16%49.22%-
HSV(B)124.77º75.12%78.82%-
XYZ23.0742.811.6-
YUV14083.9763.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.97%
GREEN value IS 201 (78.91% from 255) = 64.22%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=15.97%
G=64.22%
B=19.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50201620.7500.690.21124.7760.1649.22
Hex32C93E4B045157d3c31
Octal62311761130105251757461
Binary11001011001001111110100101101000101101011111101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,201,62); }

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

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

 a { background-color: rgb(50,201,62); }

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

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

 span { border-color: rgb(50,201,62); }

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