Shades of Kelly Green #3ED007
Tints of Kelly Green #3ED007
RGB
CMYK
RGB Variations
Color information
#3ED007 (or 0x3ED007) is known color: Kelly Green. HEX triplet: 3E, D0 and 07. RGB value is (62,208,7). Sum of RGB (Red+Green+Blue) = 62+208+7=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 208 (81.64% from 255 or 75.09% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED007 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ED007 is #C12FF8. Grayscale: #8E8E8E. Windows color (decimal): -12660729 or 512062. OLE color: 512062.
HSL color Cylindrical-coordinate representation of color #3ED007: hue angle of 103.58º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3ED007 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 7 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.18 |
| HSL | 103.58º | 0.93% | 0.42% | - |
| HSV(B) | 103.58º | 0.97% | 0.82% | - |
| XYZ | 24.58 | 46.15 | 7.81 | - |
| YUV | 141.43 | 52.13 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 7 | 0.70 | 0 | 0.97 | 0.18 | 103.58 | 0.93 | 0.42 |
| Hex | 3E | D0 | 7 | 46 | 0 | 61 | 12 | 68 | 5D | 2A |
| Octal | 76 | 320 | 7 | 106 | 0 | 141 | 22 | 150 | 135 | 52 |
| Binary | 111110 | 11010000 | 111 | 1000110 | 0 | 1100001 | 10010 | 1101000 | 1011101 | 101010 |
Color Harmonies of #3ED007
Complementary color
Monochromatic Colors of #3ED007
Black with #3ED007
Text Example
Text Example
White with #3ED007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED007; }
p { color: rgb(62,208,7); }
H1.HeaderClassName
{
color: #3ED007;
}
.AnyTagClassName
{
color: #3ED007;
}
</style>
background-color css
<style>
a { background-color: #3ED007; }
a { background-color: rgb(62,208,7); }
div.DivClassName
{
background-color: #3ED007;
}
.BgClassName
{
background-color: #3ED007;
}
</style>
border-color css
<style>
span { border-color: #3ED007; }
span { border-color: rgb(62,208,7); }
td.TdClassName
{
border-color: #3ED007;
}
.TagClassName
{
border-color: #3ED007;
}
</style>