Shades of Kelly Green #4AE020
Tints of Kelly Green #4AE020
RGB
CMYK
RGB Variations
Color information
#4AE020 (or 0x4AE020) is known color: Kelly Green. HEX triplet: 4A, E0 and 20. RGB value is (74,224,32). Sum of RGB (Red+Green+Blue) = 74+224+32=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 224 (87.89% from 255 or 67.88% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE020 is #B51FDF. Grayscale: #9D9D9D. Windows color (decimal): -11870176 or 2154570. OLE color: 2154570.
HSL color Cylindrical-coordinate representation of color #4AE020: hue angle of 106.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AE020 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 32 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.12 |
| HSL | 106.88º | 0.76% | 0.5% | - |
| HSV(B) | 106.88º | 0.86% | 0.88% | - |
| XYZ | 29.74 | 54.87 | 10.39 | - |
| YUV | 157.26 | 57.31 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 32 | 0.67 | 0 | 0.86 | 0.12 | 106.88 | 0.76 | 0.5 |
| Hex | 4A | E0 | 20 | 43 | 0 | 56 | C | 6B | 4C | 32 |
| Octal | 112 | 340 | 40 | 103 | 0 | 126 | 14 | 153 | 114 | 62 |
| Binary | 1001010 | 11100000 | 100000 | 1000011 | 0 | 1010110 | 1100 | 1101011 | 1001100 | 110010 |
Color Harmonies of #4AE020
Complementary color
Monochromatic Colors of #4AE020
Black with #4AE020
Text Example
Text Example
White with #4AE020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE020; }
p { color: rgb(74,224,32); }
H1.HeaderClassName
{
color: #4AE020;
}
.AnyTagClassName
{
color: #4AE020;
}
</style>
background-color css
<style>
a { background-color: #4AE020; }
a { background-color: rgb(74,224,32); }
div.DivClassName
{
background-color: #4AE020;
}
.BgClassName
{
background-color: #4AE020;
}
</style>
border-color css
<style>
span { border-color: #4AE020; }
span { border-color: rgb(74,224,32); }
td.TdClassName
{
border-color: #4AE020;
}
.TagClassName
{
border-color: #4AE020;
}
</style>