Shades of Kelly Green #3EBA14
Tints of Kelly Green #3EBA14
RGB
CMYK
RGB Variations
Color information
#3EBA14 (or 0x3EBA14) is known color: Kelly Green. HEX triplet: 3E, BA and 14. RGB value is (62,186,20). Sum of RGB (Red+Green+Blue) = 62+186+20=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #3EBA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EBA14 is #C145EB. Grayscale: #828282. Windows color (decimal): -12666348 or 1358398. OLE color: 1358398.
HSL color Cylindrical-coordinate representation of color #3EBA14: hue angle of 104.82º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3EBA14 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 186 | 20 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.27 |
| HSL | 104.82º | 0.81% | 0.4% | - |
| HSV(B) | 104.82º | 0.89% | 0.73% | - |
| XYZ | 19.67 | 36.19 | 6.61 | - |
| YUV | 130 | 65.92 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 186 | 20 | 0.67 | 0 | 0.89 | 0.27 | 104.82 | 0.81 | 0.4 |
| Hex | 3E | BA | 14 | 43 | 0 | 59 | 1B | 69 | 51 | 28 |
| Octal | 76 | 272 | 24 | 103 | 0 | 131 | 33 | 151 | 121 | 50 |
| Binary | 111110 | 10111010 | 10100 | 1000011 | 0 | 1011001 | 11011 | 1101001 | 1010001 | 101000 |
Color Harmonies of #3EBA14
Complementary color
Monochromatic Colors of #3EBA14
Black with #3EBA14
Text Example
Text Example
White with #3EBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBA14; }
p { color: rgb(62,186,20); }
H1.HeaderClassName
{
color: #3EBA14;
}
.AnyTagClassName
{
color: #3EBA14;
}
</style>
background-color css
<style>
a { background-color: #3EBA14; }
a { background-color: rgb(62,186,20); }
div.DivClassName
{
background-color: #3EBA14;
}
.BgClassName
{
background-color: #3EBA14;
}
</style>
border-color css
<style>
span { border-color: #3EBA14; }
span { border-color: rgb(62,186,20); }
td.TdClassName
{
border-color: #3EBA14;
}
.TagClassName
{
border-color: #3EBA14;
}
</style>