Shades of Kelly Green #3EDD16
Tints of Kelly Green #3EDD16
RGB
CMYK
RGB Variations
Color information
#3EDD16 (or 0x3EDD16) is known color: Kelly Green. HEX triplet: 3E, DD and 16. RGB value is (62,221,22). Sum of RGB (Red+Green+Blue) = 62+221+22=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 221 (86.72% from 255 or 72.46% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDD16 is #C122E9. Grayscale: #979797. Windows color (decimal): -12657386 or 1498430. OLE color: 1498430.
HSL color Cylindrical-coordinate representation of color #3EDD16: hue angle of 107.94º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3EDD16 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 22 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.13 |
| HSL | 107.94º | 0.82% | 0.48% | - |
| HSV(B) | 107.94º | 0.9% | 0.87% | - |
| XYZ | 27.99 | 52.79 | 9.47 | - |
| YUV | 150.77 | 55.32 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 22 | 0.72 | 0 | 0.90 | 0.13 | 107.94 | 0.82 | 0.48 |
| Hex | 3E | DD | 16 | 48 | 0 | 5A | D | 6C | 52 | 30 |
| Octal | 76 | 335 | 26 | 110 | 0 | 132 | 15 | 154 | 122 | 60 |
| Binary | 111110 | 11011101 | 10110 | 1001000 | 0 | 1011010 | 1101 | 1101100 | 1010010 | 110000 |
Color Harmonies of #3EDD16
Complementary color
Monochromatic Colors of #3EDD16
Black with #3EDD16
Text Example
Text Example
White with #3EDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD16; }
p { color: rgb(62,221,22); }
H1.HeaderClassName
{
color: #3EDD16;
}
.AnyTagClassName
{
color: #3EDD16;
}
</style>
background-color css
<style>
a { background-color: #3EDD16; }
a { background-color: rgb(62,221,22); }
div.DivClassName
{
background-color: #3EDD16;
}
.BgClassName
{
background-color: #3EDD16;
}
</style>
border-color css
<style>
span { border-color: #3EDD16; }
span { border-color: rgb(62,221,22); }
td.TdClassName
{
border-color: #3EDD16;
}
.TagClassName
{
border-color: #3EDD16;
}
</style>