Shades of Kelly Green #4AE01C
Tints of Kelly Green #4AE01C
RGB
CMYK
RGB Variations
Color information
#4AE01C (or 0x4AE01C) is known color: Kelly Green. HEX triplet: 4A, E0 and 1C. RGB value is (74,224,28). Sum of RGB (Red+Green+Blue) = 74+224+28=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 224 (87.89% from 255 or 68.71% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE01C is #B51FE3. Grayscale: #9D9D9D. Windows color (decimal): -11870180 or 1892426. OLE color: 1892426.
HSL color Cylindrical-coordinate representation of color #4AE01C: hue angle of 105.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AE01C is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 28 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.12 |
| HSL | 105.92º | 0.78% | 0.49% | - |
| HSV(B) | 105.92º | 0.88% | 0.88% | - |
| XYZ | 29.69 | 54.85 | 10.12 | - |
| YUV | 156.81 | 55.31 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 28 | 0.67 | 0 | 0.88 | 0.12 | 105.92 | 0.78 | 0.49 |
| Hex | 4A | E0 | 1C | 43 | 0 | 58 | C | 6A | 4E | 31 |
| Octal | 112 | 340 | 34 | 103 | 0 | 130 | 14 | 152 | 116 | 61 |
| Binary | 1001010 | 11100000 | 11100 | 1000011 | 0 | 1011000 | 1100 | 1101010 | 1001110 | 110001 |
Color Harmonies of #4AE01C
Complementary color
Monochromatic Colors of #4AE01C
Black with #4AE01C
Text Example
Text Example
White with #4AE01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE01C; }
p { color: rgb(74,224,28); }
H1.HeaderClassName
{
color: #4AE01C;
}
.AnyTagClassName
{
color: #4AE01C;
}
</style>
background-color css
<style>
a { background-color: #4AE01C; }
a { background-color: rgb(74,224,28); }
div.DivClassName
{
background-color: #4AE01C;
}
.BgClassName
{
background-color: #4AE01C;
}
</style>
border-color css
<style>
span { border-color: #4AE01C; }
span { border-color: rgb(74,224,28); }
td.TdClassName
{
border-color: #4AE01C;
}
.TagClassName
{
border-color: #4AE01C;
}
</style>