Shades of Lime Green #3AD327
Tints of Lime Green #3AD327
RGB
CMYK
RGB Variations
Color information
#3AD327 (or 0x3AD327) is known color: Lime Green. HEX triplet: 3A, D3 and 27. RGB value is (58,211,39). Sum of RGB (Red+Green+Blue) = 58+211+39=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 211 (82.81% from 255 or 68.51% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD327 is #C52CD8. Grayscale: #929292. Windows color (decimal): -12922073 or 2609978. OLE color: 2609978.
HSL color Cylindrical-coordinate representation of color #3AD327: hue angle of 113.37º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AD327 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 39 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.17 |
| HSL | 113.37º | 0.69% | 0.49% | - |
| HSV(B) | 113.37º | 0.82% | 0.83% | - |
| XYZ | 25.41 | 47.63 | 9.77 | - |
| YUV | 145.65 | 67.81 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 39 | 0.73 | 0 | 0.82 | 0.17 | 113.37 | 0.69 | 0.49 |
| Hex | 3A | D3 | 27 | 49 | 0 | 52 | 11 | 71 | 45 | 31 |
| Octal | 72 | 323 | 47 | 111 | 0 | 122 | 21 | 161 | 105 | 61 |
| Binary | 111010 | 11010011 | 100111 | 1001001 | 0 | 1010010 | 10001 | 1110001 | 1000101 | 110001 |
Color Harmonies of #3AD327
Complementary color
Monochromatic Colors of #3AD327
Black with #3AD327
Text Example
Text Example
White with #3AD327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD327; }
p { color: rgb(58,211,39); }
H1.HeaderClassName
{
color: #3AD327;
}
.AnyTagClassName
{
color: #3AD327;
}
</style>
background-color css
<style>
a { background-color: #3AD327; }
a { background-color: rgb(58,211,39); }
div.DivClassName
{
background-color: #3AD327;
}
.BgClassName
{
background-color: #3AD327;
}
</style>
border-color css
<style>
span { border-color: #3AD327; }
span { border-color: rgb(58,211,39); }
td.TdClassName
{
border-color: #3AD327;
}
.TagClassName
{
border-color: #3AD327;
}
</style>