Shades of Lime Green #3ADB25
Tints of Lime Green #3ADB25
RGB
CMYK
RGB Variations
Color information
#3ADB25 (or 0x3ADB25) is known color: Lime Green. HEX triplet: 3A, DB and 25. RGB value is (58,219,37). Sum of RGB (Red+Green+Blue) = 58+219+37=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 219 (85.94% from 255 or 69.75% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADB25 is #C524DA. Grayscale: #969696. Windows color (decimal): -12920027 or 2480954. OLE color: 2480954.
HSL color Cylindrical-coordinate representation of color #3ADB25: hue angle of 113.08º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3ADB25 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 37 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.14 |
| HSL | 113.08º | 0.72% | 0.5% | - |
| HSV(B) | 113.08º | 0.83% | 0.86% | - |
| XYZ | 27.41 | 51.7 | 10.28 | - |
| YUV | 150.11 | 64.16 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 37 | 0.74 | 0 | 0.83 | 0.14 | 113.08 | 0.72 | 0.5 |
| Hex | 3A | DB | 25 | 4A | 0 | 53 | E | 71 | 48 | 32 |
| Octal | 72 | 333 | 45 | 112 | 0 | 123 | 16 | 161 | 110 | 62 |
| Binary | 111010 | 11011011 | 100101 | 1001010 | 0 | 1010011 | 1110 | 1110001 | 1001000 | 110010 |
Color Harmonies of #3ADB25
Complementary color
Monochromatic Colors of #3ADB25
Black with #3ADB25
Text Example
Text Example
White with #3ADB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADB25; }
p { color: rgb(58,219,37); }
H1.HeaderClassName
{
color: #3ADB25;
}
.AnyTagClassName
{
color: #3ADB25;
}
</style>
background-color css
<style>
a { background-color: #3ADB25; }
a { background-color: rgb(58,219,37); }
div.DivClassName
{
background-color: #3ADB25;
}
.BgClassName
{
background-color: #3ADB25;
}
</style>
border-color css
<style>
span { border-color: #3ADB25; }
span { border-color: rgb(58,219,37); }
td.TdClassName
{
border-color: #3ADB25;
}
.TagClassName
{
border-color: #3ADB25;
}
</style>