Shades of Kelly Green #4AD01E
Tints of Kelly Green #4AD01E
RGB
CMYK
RGB Variations
Color information
#4AD01E (or 0x4AD01E) is known color: Kelly Green. HEX triplet: 4A, D0 and 1E. RGB value is (74,208,30). Sum of RGB (Red+Green+Blue) = 74+208+30=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 208 (81.64% from 255 or 66.67% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD01E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD01E is #B52FE1. Grayscale: #949494. Windows color (decimal): -11874274 or 2019402. OLE color: 2019402.
HSL color Cylindrical-coordinate representation of color #4AD01E: hue angle of 105.17º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AD01E is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 30 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.18 |
| HSL | 105.17º | 0.75% | 0.47% | - |
| HSV(B) | 105.17º | 0.86% | 0.82% | - |
| XYZ | 25.61 | 46.66 | 8.88 | - |
| YUV | 147.64 | 61.61 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 30 | 0.64 | 0 | 0.86 | 0.18 | 105.17 | 0.75 | 0.47 |
| Hex | 4A | D0 | 1E | 40 | 0 | 56 | 12 | 69 | 4B | 2F |
| Octal | 112 | 320 | 36 | 100 | 0 | 126 | 22 | 151 | 113 | 57 |
| Binary | 1001010 | 11010000 | 11110 | 1000000 | 0 | 1010110 | 10010 | 1101001 | 1001011 | 101111 |
Color Harmonies of #4AD01E
Complementary color
Monochromatic Colors of #4AD01E
Black with #4AD01E
Text Example
Text Example
White with #4AD01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD01E; }
p { color: rgb(74,208,30); }
H1.HeaderClassName
{
color: #4AD01E;
}
.AnyTagClassName
{
color: #4AD01E;
}
</style>
background-color css
<style>
a { background-color: #4AD01E; }
a { background-color: rgb(74,208,30); }
div.DivClassName
{
background-color: #4AD01E;
}
.BgClassName
{
background-color: #4AD01E;
}
</style>
border-color css
<style>
span { border-color: #4AD01E; }
span { border-color: rgb(74,208,30); }
td.TdClassName
{
border-color: #4AD01E;
}
.TagClassName
{
border-color: #4AD01E;
}
</style>