Shades of Lime Green #3AD825
Tints of Lime Green #3AD825
RGB
CMYK
RGB Variations
Color information
#3AD825 (or 0x3AD825) is known color: Lime Green. HEX triplet: 3A, D8 and 25. RGB value is (58,216,37). Sum of RGB (Red+Green+Blue) = 58+216+37=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 216 (84.77% from 255 or 69.45% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD825 is #C527DA. Grayscale: #949494. Windows color (decimal): -12920795 or 2480186. OLE color: 2480186.
HSL color Cylindrical-coordinate representation of color #3AD825: hue angle of 112.96º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3AD825 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 37 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.15 |
| HSL | 112.96º | 0.71% | 0.5% | - |
| HSV(B) | 112.96º | 0.83% | 0.85% | - |
| XYZ | 26.63 | 50.14 | 10.03 | - |
| YUV | 148.35 | 65.15 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 37 | 0.73 | 0 | 0.83 | 0.15 | 112.96 | 0.71 | 0.5 |
| Hex | 3A | D8 | 25 | 49 | 0 | 53 | F | 71 | 47 | 32 |
| Octal | 72 | 330 | 45 | 111 | 0 | 123 | 17 | 161 | 107 | 62 |
| Binary | 111010 | 11011000 | 100101 | 1001001 | 0 | 1010011 | 1111 | 1110001 | 1000111 | 110010 |
Color Harmonies of #3AD825
Complementary color
Monochromatic Colors of #3AD825
Black with #3AD825
Text Example
Text Example
White with #3AD825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD825; }
p { color: rgb(58,216,37); }
H1.HeaderClassName
{
color: #3AD825;
}
.AnyTagClassName
{
color: #3AD825;
}
</style>
background-color css
<style>
a { background-color: #3AD825; }
a { background-color: rgb(58,216,37); }
div.DivClassName
{
background-color: #3AD825;
}
.BgClassName
{
background-color: #3AD825;
}
</style>
border-color css
<style>
span { border-color: #3AD825; }
span { border-color: rgb(58,216,37); }
td.TdClassName
{
border-color: #3AD825;
}
.TagClassName
{
border-color: #3AD825;
}
</style>