Shades of Lime Green #3AD027
Tints of Lime Green #3AD027
RGB
CMYK
RGB Variations
Color information
#3AD027 (or 0x3AD027) is known color: Lime Green. HEX triplet: 3A, D0 and 27. RGB value is (58,208,39). Sum of RGB (Red+Green+Blue) = 58+208+39=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 208 (81.64% from 255 or 68.20% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD027 is #C52FD8. Grayscale: #909090. Windows color (decimal): -12922841 or 2609210. OLE color: 2609210.
HSL color Cylindrical-coordinate representation of color #3AD027: hue angle of 113.25º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AD027 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 39 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.18 |
| HSL | 113.25º | 0.68% | 0.48% | - |
| HSV(B) | 113.25º | 0.81% | 0.82% | - |
| XYZ | 24.67 | 46.16 | 9.53 | - |
| YUV | 143.88 | 68.81 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 39 | 0.72 | 0 | 0.81 | 0.18 | 113.25 | 0.68 | 0.48 |
| Hex | 3A | D0 | 27 | 48 | 0 | 51 | 12 | 71 | 44 | 30 |
| Octal | 72 | 320 | 47 | 110 | 0 | 121 | 22 | 161 | 104 | 60 |
| Binary | 111010 | 11010000 | 100111 | 1001000 | 0 | 1010001 | 10010 | 1110001 | 1000100 | 110000 |
Color Harmonies of #3AD027
Complementary color
Monochromatic Colors of #3AD027
Black with #3AD027
Text Example
Text Example
White with #3AD027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD027; }
p { color: rgb(58,208,39); }
H1.HeaderClassName
{
color: #3AD027;
}
.AnyTagClassName
{
color: #3AD027;
}
</style>
background-color css
<style>
a { background-color: #3AD027; }
a { background-color: rgb(58,208,39); }
div.DivClassName
{
background-color: #3AD027;
}
.BgClassName
{
background-color: #3AD027;
}
</style>
border-color css
<style>
span { border-color: #3AD027; }
span { border-color: rgb(58,208,39); }
td.TdClassName
{
border-color: #3AD027;
}
.TagClassName
{
border-color: #3AD027;
}
</style>