Shades of Lime Green #3ED232
Tints of Lime Green #3ED232
RGB
CMYK
RGB Variations
Color information
#3ED232 (or 0x3ED232) is known color: Lime Green. HEX triplet: 3E, D2 and 32. RGB value is (62,210,50). Sum of RGB (Red+Green+Blue) = 62+210+50=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 210 (82.42% from 255 or 65.22% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 210 - color contains mainly: green. Hex color #3ED232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED232 is #C12DCD. Grayscale: #949494. Windows color (decimal): -12660174 or 3330622. OLE color: 3330622.
HSL color Cylindrical-coordinate representation of color #3ED232: hue angle of 115.5º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ED232 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 210 | 50 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.18 |
| HSL | 115.5º | 0.64% | 0.51% | - |
| HSV(B) | 115.5º | 0.76% | 0.82% | - |
| XYZ | 25.61 | 47.35 | 10.81 | - |
| YUV | 147.51 | 72.97 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 210 | 50 | 0.70 | 0 | 0.76 | 0.18 | 115.5 | 0.64 | 0.51 |
| Hex | 3E | D2 | 32 | 46 | 0 | 4C | 12 | 74 | 40 | 33 |
| Octal | 76 | 322 | 62 | 106 | 0 | 114 | 22 | 164 | 100 | 63 |
| Binary | 111110 | 11010010 | 110010 | 1000110 | 0 | 1001100 | 10010 | 1110100 | 1000000 | 110011 |
Color Harmonies of #3ED232
Complementary color
Monochromatic Colors of #3ED232
Black with #3ED232
Text Example
Text Example
White with #3ED232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED232; }
p { color: rgb(62,210,50); }
H1.HeaderClassName
{
color: #3ED232;
}
.AnyTagClassName
{
color: #3ED232;
}
</style>
background-color css
<style>
a { background-color: #3ED232; }
a { background-color: rgb(62,210,50); }
div.DivClassName
{
background-color: #3ED232;
}
.BgClassName
{
background-color: #3ED232;
}
</style>
border-color css
<style>
span { border-color: #3ED232; }
span { border-color: rgb(62,210,50); }
td.TdClassName
{
border-color: #3ED232;
}
.TagClassName
{
border-color: #3ED232;
}
</style>