#32E61F

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

Shades of Lime Green #32E61F

Tints of Lime Green #32E61F

Color information

#32E61F (or 0x32E61F) is unknown color: approx Lime Green. HEX triplet: 32, E6 and 1F. RGB value is (50,230,31). Sum of RGB (Red+Green+Blue) = 50+230+31=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 230 (90.23% from 255 or 73.95% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 230 - color contains mainly: green. Hex color #32E61F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E61F is #CD19E0. Grayscale: #9A9A9A. Windows color (decimal): -13441505 or 2090546. OLE color: 2090546.

HSL color Cylindrical-coordinate representation of color #32E61F: hue angle of 114.27º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32E61F is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB5023031-
CMYK0.7800.870.10
HSL114.27º79.92%51.18%-
HSV(B)114.27º86.52%90.2%-
XYZ29.8657.3710.8-
YUV153.4958.8754.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 230 (90.23% from 255) = 73.95%
BLUE value IS 31 (12.5% from 255) = 9.97%
R=16.08%
G=73.95%
B=9.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal50230310.7800.870.10114.2779.9251.18
Hex32E61F4E057A725033
Octal623463711601271216212063
Binary1100101110011011111100111001010111101011100101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32E61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,230,31); }

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

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

 a { background-color: rgb(50,230,31); }

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

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

 span { border-color: rgb(50,230,31); }

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