Shades of Kelly Green #4EDA02
Tints of Kelly Green #4EDA02
RGB
CMYK
RGB Variations
Color information
#4EDA02 (or 0x4EDA02) is known color: Kelly Green. HEX triplet: 4E, DA and 02. RGB value is (78,218,2). Sum of RGB (Red+Green+Blue) = 78+218+2=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 218 (85.55% from 255 or 73.15% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EDA02 is #B125FD. Grayscale: #989898. Windows color (decimal): -11609598 or 186958. OLE color: 186958.
HSL color Cylindrical-coordinate representation of color #4EDA02: hue angle of 98.89º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4EDA02 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 2 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.15 |
| HSL | 98.89º | 0.98% | 0.43% | - |
| HSV(B) | 98.89º | 0.99% | 0.85% | - |
| XYZ | 28.22 | 51.77 | 8.56 | - |
| YUV | 151.52 | 43.62 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 2 | 0.64 | 0 | 0.99 | 0.15 | 98.89 | 0.98 | 0.43 |
| Hex | 4E | DA | 2 | 40 | 0 | 63 | F | 63 | 62 | 2B |
| Octal | 116 | 332 | 2 | 100 | 0 | 143 | 17 | 143 | 142 | 53 |
| Binary | 1001110 | 11011010 | 10 | 1000000 | 0 | 1100011 | 1111 | 1100011 | 1100010 | 101011 |
Color Harmonies of #4EDA02
Complementary color
Monochromatic Colors of #4EDA02
Black with #4EDA02
Text Example
Text Example
White with #4EDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDA02; }
p { color: rgb(78,218,2); }
H1.HeaderClassName
{
color: #4EDA02;
}
.AnyTagClassName
{
color: #4EDA02;
}
</style>
background-color css
<style>
a { background-color: #4EDA02; }
a { background-color: rgb(78,218,2); }
div.DivClassName
{
background-color: #4EDA02;
}
.BgClassName
{
background-color: #4EDA02;
}
</style>
border-color css
<style>
span { border-color: #4EDA02; }
span { border-color: rgb(78,218,2); }
td.TdClassName
{
border-color: #4EDA02;
}
.TagClassName
{
border-color: #4EDA02;
}
</style>