Shades of Lime Green #3AD227
Tints of Lime Green #3AD227
RGB
CMYK
RGB Variations
Color information
#3AD227 (or 0x3AD227) is known color: Lime Green. HEX triplet: 3A, D2 and 27. RGB value is (58,210,39). Sum of RGB (Red+Green+Blue) = 58+210+39=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 210 (82.42% from 255 or 68.40% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD227 is #C52DD8. Grayscale: #919191. Windows color (decimal): -12922329 or 2609722. OLE color: 2609722.
HSL color Cylindrical-coordinate representation of color #3AD227: hue angle of 113.33º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AD227 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 39 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.18 |
| HSL | 113.33º | 0.69% | 0.49% | - |
| HSV(B) | 113.33º | 0.81% | 0.82% | - |
| XYZ | 25.16 | 47.14 | 9.69 | - |
| YUV | 145.06 | 68.14 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 39 | 0.72 | 0 | 0.81 | 0.18 | 113.33 | 0.69 | 0.49 |
| Hex | 3A | D2 | 27 | 48 | 0 | 51 | 12 | 71 | 45 | 31 |
| Octal | 72 | 322 | 47 | 110 | 0 | 121 | 22 | 161 | 105 | 61 |
| Binary | 111010 | 11010010 | 100111 | 1001000 | 0 | 1010001 | 10010 | 1110001 | 1000101 | 110001 |
Color Harmonies of #3AD227
Complementary color
Monochromatic Colors of #3AD227
Black with #3AD227
Text Example
Text Example
White with #3AD227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD227; }
p { color: rgb(58,210,39); }
H1.HeaderClassName
{
color: #3AD227;
}
.AnyTagClassName
{
color: #3AD227;
}
</style>
background-color css
<style>
a { background-color: #3AD227; }
a { background-color: rgb(58,210,39); }
div.DivClassName
{
background-color: #3AD227;
}
.BgClassName
{
background-color: #3AD227;
}
</style>
border-color css
<style>
span { border-color: #3AD227; }
span { border-color: rgb(58,210,39); }
td.TdClassName
{
border-color: #3AD227;
}
.TagClassName
{
border-color: #3AD227;
}
</style>