Shades of Lime Green #3AD236
Tints of Lime Green #3AD236
RGB
CMYK
RGB Variations
Color information
#3AD236 (or 0x3AD236) is known color: Lime Green. HEX triplet: 3A, D2 and 36. RGB value is (58,210,54). Sum of RGB (Red+Green+Blue) = 58+210+54=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 210 (82.42% from 255 or 65.22% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD236 is #C52DC9. Grayscale: #939393. Windows color (decimal): -12922314 or 3592762. OLE color: 3592762.
HSL color Cylindrical-coordinate representation of color #3AD236: hue angle of 118.46º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AD236 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 54 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.18 |
| HSL | 118.46º | 0.63% | 0.52% | - |
| HSV(B) | 118.46º | 0.74% | 0.82% | - |
| XYZ | 25.46 | 47.26 | 11.27 | - |
| YUV | 146.77 | 75.64 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 54 | 0.72 | 0 | 0.74 | 0.18 | 118.46 | 0.63 | 0.52 |
| Hex | 3A | D2 | 36 | 48 | 0 | 4A | 12 | 76 | 3F | 34 |
| Octal | 72 | 322 | 66 | 110 | 0 | 112 | 22 | 166 | 77 | 64 |
| Binary | 111010 | 11010010 | 110110 | 1001000 | 0 | 1001010 | 10010 | 1110110 | 111111 | 110100 |
Color Harmonies of #3AD236
Complementary color
Monochromatic Colors of #3AD236
Black with #3AD236
Text Example
Text Example
White with #3AD236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD236; }
p { color: rgb(58,210,54); }
H1.HeaderClassName
{
color: #3AD236;
}
.AnyTagClassName
{
color: #3AD236;
}
</style>
background-color css
<style>
a { background-color: #3AD236; }
a { background-color: rgb(58,210,54); }
div.DivClassName
{
background-color: #3AD236;
}
.BgClassName
{
background-color: #3AD236;
}
</style>
border-color css
<style>
span { border-color: #3AD236; }
span { border-color: rgb(58,210,54); }
td.TdClassName
{
border-color: #3AD236;
}
.TagClassName
{
border-color: #3AD236;
}
</style>