Shades of Kelly Green #3ED314
Tints of Kelly Green #3ED314
RGB
CMYK
RGB Variations
Color information
#3ED314 (or 0x3ED314) is known color: Kelly Green. HEX triplet: 3E, D3 and 14. RGB value is (62,211,20). Sum of RGB (Red+Green+Blue) = 62+211+20=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 211 (82.81% from 255 or 72.01% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 211 - color contains mainly: green. Hex color #3ED314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ED314 is #C12CEB. Grayscale: #919191. Windows color (decimal): -12659948 or 1364798. OLE color: 1364798.
HSL color Cylindrical-coordinate representation of color #3ED314: hue angle of 106.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3ED314 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 62 | 211 | 20 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.17 |
| HSL | 106.81º | 0.83% | 0.45% | - |
| HSV(B) | 106.81º | 0.91% | 0.83% | - |
| XYZ | 25.41 | 47.66 | 8.52 | - |
| YUV | 144.68 | 57.64 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 211 | 20 | 0.71 | 0 | 0.91 | 0.17 | 106.81 | 0.83 | 0.45 |
| Hex | 3E | D3 | 14 | 47 | 0 | 5B | 11 | 6B | 53 | 2D |
| Octal | 76 | 323 | 24 | 107 | 0 | 133 | 21 | 153 | 123 | 55 |
| Binary | 111110 | 11010011 | 10100 | 1000111 | 0 | 1011011 | 10001 | 1101011 | 1010011 | 101101 |
Color Harmonies of #3ED314
Complementary color
Monochromatic Colors of #3ED314
Black with #3ED314
Text Example
Text Example
White with #3ED314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED314; }
p { color: rgb(62,211,20); }
H1.HeaderClassName
{
color: #3ED314;
}
.AnyTagClassName
{
color: #3ED314;
}
</style>
background-color css
<style>
a { background-color: #3ED314; }
a { background-color: rgb(62,211,20); }
div.DivClassName
{
background-color: #3ED314;
}
.BgClassName
{
background-color: #3ED314;
}
</style>
border-color css
<style>
span { border-color: #3ED314; }
span { border-color: rgb(62,211,20); }
td.TdClassName
{
border-color: #3ED314;
}
.TagClassName
{
border-color: #3ED314;
}
</style>