Shades of Kelly Green #3ADB0F
Tints of Kelly Green #3ADB0F
RGB
CMYK
RGB Variations
Color information
#3ADB0F (or 0x3ADB0F) is known color: Kelly Green. HEX triplet: 3A, DB and 0F. RGB value is (58,219,15). Sum of RGB (Red+Green+Blue) = 58+219+15=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 219 (85.94% from 255 or 75% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADB0F is #C524F0. Grayscale: #949494. Windows color (decimal): -12920049 or 1039162. OLE color: 1039162.
HSL color Cylindrical-coordinate representation of color #3ADB0F: hue angle of 107.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3ADB0F is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 15 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.14 |
| HSL | 107.35º | 0.87% | 0.46% | - |
| HSV(B) | 107.35º | 0.93% | 0.86% | - |
| XYZ | 27.16 | 51.6 | 8.98 | - |
| YUV | 147.61 | 53.16 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 15 | 0.74 | 0 | 0.93 | 0.14 | 107.35 | 0.87 | 0.46 |
| Hex | 3A | DB | F | 4A | 0 | 5D | E | 6B | 57 | 2E |
| Octal | 72 | 333 | 17 | 112 | 0 | 135 | 16 | 153 | 127 | 56 |
| Binary | 111010 | 11011011 | 1111 | 1001010 | 0 | 1011101 | 1110 | 1101011 | 1010111 | 101110 |
Color Harmonies of #3ADB0F
Complementary color
Monochromatic Colors of #3ADB0F
Black with #3ADB0F
Text Example
Text Example
White with #3ADB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADB0F; }
p { color: rgb(58,219,15); }
H1.HeaderClassName
{
color: #3ADB0F;
}
.AnyTagClassName
{
color: #3ADB0F;
}
</style>
background-color css
<style>
a { background-color: #3ADB0F; }
a { background-color: rgb(58,219,15); }
div.DivClassName
{
background-color: #3ADB0F;
}
.BgClassName
{
background-color: #3ADB0F;
}
</style>
border-color css
<style>
span { border-color: #3ADB0F; }
span { border-color: rgb(58,219,15); }
td.TdClassName
{
border-color: #3ADB0F;
}
.TagClassName
{
border-color: #3ADB0F;
}
</style>