#32D413

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

Shades of Lime Green #32D413

Tints of Lime Green #32D413

Color information

#32D413 (or 0x32D413) is unknown color: approx Lime Green. HEX triplet: 32, D4 and 13. RGB value is (50,212,19). Sum of RGB (Red+Green+Blue) = 50+212+19=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 212 (83.20% from 255 or 75.44% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 212 - color contains mainly: green. Hex color #32D413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D413 is #CD2BEC. Grayscale: #8E8E8E. Windows color (decimal): -13446125 or 1299506. OLE color: 1299506.

HSL color Cylindrical-coordinate representation of color #32D413: hue angle of 110.36º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32D413 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB5021219-
CMYK0.7600.910.17
HSL110.36º83.55%45.29%-
HSV(B)110.36º91.04%83.14%-
XYZ24.9847.818.53-
YUV141.5658.8362.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 212 (83.20% from 255) = 75.44%
BLUE value IS 19 (7.81% from 255) = 6.76%
R=17.79%
G=75.44%
B=6.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal50212190.7600.910.17110.3683.5545.29
Hex32D4134C05B116e542d
Octal623242311401332115612455
Binary11001011010100100111001100010110111000111011101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,212,19); }

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

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

 a { background-color: rgb(50,212,19); }

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

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

 span { border-color: rgb(50,212,19); }

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