Shades of Kelly Green #3ED714
Tints of Kelly Green #3ED714
RGB
CMYK
RGB Variations
Color information
#3ED714 (or 0x3ED714) is known color: Kelly Green. HEX triplet: 3E, D7 and 14. RGB value is (62,215,20). Sum of RGB (Red+Green+Blue) = 62+215+20=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 215 (84.38% from 255 or 72.39% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 215 - color contains mainly: green. Hex color #3ED714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ED714 is #C128EB. Grayscale: #939393. Windows color (decimal): -12658924 or 1365822. OLE color: 1365822.
HSL color Cylindrical-coordinate representation of color #3ED714: hue angle of 107.08º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3ED714 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 215 | 20 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.16 |
| HSL | 107.08º | 0.83% | 0.46% | - |
| HSV(B) | 107.08º | 0.91% | 0.84% | - |
| XYZ | 26.41 | 49.68 | 8.86 | - |
| YUV | 147.02 | 56.31 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 215 | 20 | 0.71 | 0 | 0.91 | 0.16 | 107.08 | 0.83 | 0.46 |
| Hex | 3E | D7 | 14 | 47 | 0 | 5B | 10 | 6B | 53 | 2E |
| Octal | 76 | 327 | 24 | 107 | 0 | 133 | 20 | 153 | 123 | 56 |
| Binary | 111110 | 11010111 | 10100 | 1000111 | 0 | 1011011 | 10000 | 1101011 | 1010011 | 101110 |
Color Harmonies of #3ED714
Complementary color
Monochromatic Colors of #3ED714
Black with #3ED714
Text Example
Text Example
White with #3ED714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED714; }
p { color: rgb(62,215,20); }
H1.HeaderClassName
{
color: #3ED714;
}
.AnyTagClassName
{
color: #3ED714;
}
</style>
background-color css
<style>
a { background-color: #3ED714; }
a { background-color: rgb(62,215,20); }
div.DivClassName
{
background-color: #3ED714;
}
.BgClassName
{
background-color: #3ED714;
}
</style>
border-color css
<style>
span { border-color: #3ED714; }
span { border-color: rgb(62,215,20); }
td.TdClassName
{
border-color: #3ED714;
}
.TagClassName
{
border-color: #3ED714;
}
</style>