Shades of Lime Green #3EDC27
Tints of Lime Green #3EDC27
RGB
CMYK
RGB Variations
Color information
#3EDC27 (or 0x3EDC27) is known color: Lime Green. HEX triplet: 3E, DC and 27. RGB value is (62,220,39). Sum of RGB (Red+Green+Blue) = 62+220+39=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 220 (86.33% from 255 or 68.54% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDC27 is #C123D8. Grayscale: #989898. Windows color (decimal): -12657625 or 2612286. OLE color: 2612286.
HSL color Cylindrical-coordinate representation of color #3EDC27: hue angle of 112.38º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3EDC27 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 39 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.14 |
| HSL | 112.38º | 0.72% | 0.51% | - |
| HSV(B) | 112.38º | 0.82% | 0.86% | - |
| XYZ | 27.95 | 52.36 | 10.55 | - |
| YUV | 152.12 | 64.15 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 39 | 0.72 | 0 | 0.82 | 0.14 | 112.38 | 0.72 | 0.51 |
| Hex | 3E | DC | 27 | 48 | 0 | 52 | E | 70 | 48 | 33 |
| Octal | 76 | 334 | 47 | 110 | 0 | 122 | 16 | 160 | 110 | 63 |
| Binary | 111110 | 11011100 | 100111 | 1001000 | 0 | 1010010 | 1110 | 1110000 | 1001000 | 110011 |
Color Harmonies of #3EDC27
Complementary color
Monochromatic Colors of #3EDC27
Black with #3EDC27
Text Example
Text Example
White with #3EDC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDC27; }
p { color: rgb(62,220,39); }
H1.HeaderClassName
{
color: #3EDC27;
}
.AnyTagClassName
{
color: #3EDC27;
}
</style>
background-color css
<style>
a { background-color: #3EDC27; }
a { background-color: rgb(62,220,39); }
div.DivClassName
{
background-color: #3EDC27;
}
.BgClassName
{
background-color: #3EDC27;
}
</style>
border-color css
<style>
span { border-color: #3EDC27; }
span { border-color: rgb(62,220,39); }
td.TdClassName
{
border-color: #3EDC27;
}
.TagClassName
{
border-color: #3EDC27;
}
</style>