#32E720

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

Shades of Lime Green #32E720

Tints of Lime Green #32E720

Color information

#32E720 (or 0x32E720) is unknown color: approx Lime Green. HEX triplet: 32, E7 and 20. RGB value is (50,231,32). Sum of RGB (Red+Green+Blue) = 50+231+32=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 231 (90.62% from 255 or 73.80% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 231 - color contains mainly: green. Hex color #32E720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E720 is #CD18DF. Grayscale: #9A9A9A. Windows color (decimal): -13441248 or 2156338. OLE color: 2156338.

HSL color Cylindrical-coordinate representation of color #32E720: hue angle of 114.57º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32E720 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB5023132-
CMYK0.7800.860.09
HSL114.57º80.57%51.57%-
HSV(B)114.57º86.15%90.59%-
XYZ30.1557.9310.96-
YUV154.1959.0353.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.97%
GREEN value IS 231 (90.62% from 255) = 73.80%
BLUE value IS 32 (12.89% from 255) = 10.22%
R=15.97%
G=73.80%
B=10.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal50231320.7800.860.09114.5780.5751.57
Hex32E7204E0569735134
Octal623474011601261116312164
Binary11001011100111100000100111001010110100111100111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32E720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,231,32); }

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

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

 a { background-color: rgb(50,231,32); }

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

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

 span { border-color: rgb(50,231,32); }

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