Shades of Lime Green #3ADA15
Tints of Lime Green #3ADA15
RGB
CMYK
RGB Variations
Color information
#3ADA15 (or 0x3ADA15) is known color: Lime Green. HEX triplet: 3A, DA and 15. RGB value is (58,218,21). Sum of RGB (Red+Green+Blue) = 58+218+21=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 218 (85.55% from 255 or 73.40% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADA15 is #C525EA. Grayscale: #949494. Windows color (decimal): -12920299 or 1432122. OLE color: 1432122.
HSL color Cylindrical-coordinate representation of color #3ADA15: hue angle of 108.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3ADA15 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 21 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.15 |
| HSL | 108.73º | 0.82% | 0.47% | - |
| HSV(B) | 108.73º | 0.9% | 0.85% | - |
| XYZ | 26.95 | 51.1 | 9.15 | - |
| YUV | 147.7 | 56.49 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 21 | 0.73 | 0 | 0.90 | 0.15 | 108.73 | 0.82 | 0.47 |
| Hex | 3A | DA | 15 | 49 | 0 | 5A | F | 6D | 52 | 2F |
| Octal | 72 | 332 | 25 | 111 | 0 | 132 | 17 | 155 | 122 | 57 |
| Binary | 111010 | 11011010 | 10101 | 1001001 | 0 | 1011010 | 1111 | 1101101 | 1010010 | 101111 |
Color Harmonies of #3ADA15
Complementary color
Monochromatic Colors of #3ADA15
Black with #3ADA15
Text Example
Text Example
White with #3ADA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADA15; }
p { color: rgb(58,218,21); }
H1.HeaderClassName
{
color: #3ADA15;
}
.AnyTagClassName
{
color: #3ADA15;
}
</style>
background-color css
<style>
a { background-color: #3ADA15; }
a { background-color: rgb(58,218,21); }
div.DivClassName
{
background-color: #3ADA15;
}
.BgClassName
{
background-color: #3ADA15;
}
</style>
border-color css
<style>
span { border-color: #3ADA15; }
span { border-color: rgb(58,218,21); }
td.TdClassName
{
border-color: #3ADA15;
}
.TagClassName
{
border-color: #3ADA15;
}
</style>