Shades of Lime Green #3ADF15
Tints of Lime Green #3ADF15
RGB
CMYK
RGB Variations
Color information
#3ADF15 (or 0x3ADF15) is known color: Lime Green. HEX triplet: 3A, DF and 15. RGB value is (58,223,21). Sum of RGB (Red+Green+Blue) = 58+223+21=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 223 (87.5% from 255 or 73.84% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADF15 is #C520EA. Grayscale: #979797. Windows color (decimal): -12919019 or 1433402. OLE color: 1433402.
HSL color Cylindrical-coordinate representation of color #3ADF15: hue angle of 109.01º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3ADF15 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 21 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.13 |
| HSL | 109.01º | 0.83% | 0.48% | - |
| HSV(B) | 109.01º | 0.91% | 0.87% | - |
| XYZ | 28.27 | 53.73 | 9.59 | - |
| YUV | 150.64 | 54.84 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 21 | 0.74 | 0 | 0.91 | 0.13 | 109.01 | 0.83 | 0.48 |
| Hex | 3A | DF | 15 | 4A | 0 | 5B | D | 6D | 53 | 30 |
| Octal | 72 | 337 | 25 | 112 | 0 | 133 | 15 | 155 | 123 | 60 |
| Binary | 111010 | 11011111 | 10101 | 1001010 | 0 | 1011011 | 1101 | 1101101 | 1010011 | 110000 |
Color Harmonies of #3ADF15
Complementary color
Monochromatic Colors of #3ADF15
Black with #3ADF15
Text Example
Text Example
White with #3ADF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADF15; }
p { color: rgb(58,223,21); }
H1.HeaderClassName
{
color: #3ADF15;
}
.AnyTagClassName
{
color: #3ADF15;
}
</style>
background-color css
<style>
a { background-color: #3ADF15; }
a { background-color: rgb(58,223,21); }
div.DivClassName
{
background-color: #3ADF15;
}
.BgClassName
{
background-color: #3ADF15;
}
</style>
border-color css
<style>
span { border-color: #3ADF15; }
span { border-color: rgb(58,223,21); }
td.TdClassName
{
border-color: #3ADF15;
}
.TagClassName
{
border-color: #3ADF15;
}
</style>