Shades of Kelly Green #3ED00C
Tints of Kelly Green #3ED00C
RGB
CMYK
RGB Variations
Color information
#3ED00C (or 0x3ED00C) is known color: Kelly Green. HEX triplet: 3E, D0 and 0C. RGB value is (62,208,12). Sum of RGB (Red+Green+Blue) = 62+208+12=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 208 (81.64% from 255 or 73.76% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED00C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ED00C is #C12FF3. Grayscale: #8E8E8E. Windows color (decimal): -12660724 or 839742. OLE color: 839742.
HSL color Cylindrical-coordinate representation of color #3ED00C: hue angle of 104.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3ED00C is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 12 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.18 |
| HSL | 104.69º | 0.89% | 0.43% | - |
| HSV(B) | 104.69º | 0.94% | 0.82% | - |
| XYZ | 24.61 | 46.16 | 7.96 | - |
| YUV | 142 | 54.63 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 12 | 0.70 | 0 | 0.94 | 0.18 | 104.69 | 0.89 | 0.43 |
| Hex | 3E | D0 | C | 46 | 0 | 5E | 12 | 69 | 59 | 2B |
| Octal | 76 | 320 | 14 | 106 | 0 | 136 | 22 | 151 | 131 | 53 |
| Binary | 111110 | 11010000 | 1100 | 1000110 | 0 | 1011110 | 10010 | 1101001 | 1011001 | 101011 |
Color Harmonies of #3ED00C
Complementary color
Monochromatic Colors of #3ED00C
Black with #3ED00C
Text Example
Text Example
White with #3ED00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED00C; }
p { color: rgb(62,208,12); }
H1.HeaderClassName
{
color: #3ED00C;
}
.AnyTagClassName
{
color: #3ED00C;
}
</style>
background-color css
<style>
a { background-color: #3ED00C; }
a { background-color: rgb(62,208,12); }
div.DivClassName
{
background-color: #3ED00C;
}
.BgClassName
{
background-color: #3ED00C;
}
</style>
border-color css
<style>
span { border-color: #3ED00C; }
span { border-color: rgb(62,208,12); }
td.TdClassName
{
border-color: #3ED00C;
}
.TagClassName
{
border-color: #3ED00C;
}
</style>