Shades of Kelly Green #4AB31E
Tints of Kelly Green #4AB31E
RGB
CMYK
RGB Variations
Color information
#4AB31E (or 0x4AB31E) is known color: Kelly Green. HEX triplet: 4A, B3 and 1E. RGB value is (74,179,30). Sum of RGB (Red+Green+Blue) = 74+179+30=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB31E is #B54CE1. Grayscale: #838383. Windows color (decimal): -11881698 or 2011978. OLE color: 2011978.
HSL color Cylindrical-coordinate representation of color #4AB31E: hue angle of 102.28º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4AB31E is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 30 | - |
| CMYK | 0.59 | 0 | 0.83 | 0.30 |
| HSL | 102.28º | 0.71% | 0.41% | - |
| HSV(B) | 102.28º | 0.83% | 0.7% | - |
| XYZ | 19.18 | 33.79 | 6.74 | - |
| YUV | 130.62 | 71.21 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 30 | 0.59 | 0 | 0.83 | 0.30 | 102.28 | 0.71 | 0.41 |
| Hex | 4A | B3 | 1E | 3B | 0 | 53 | 1E | 66 | 47 | 29 |
| Octal | 112 | 263 | 36 | 73 | 0 | 123 | 36 | 146 | 107 | 51 |
| Binary | 1001010 | 10110011 | 11110 | 111011 | 0 | 1010011 | 11110 | 1100110 | 1000111 | 101001 |
Color Harmonies of #4AB31E
Complementary color
Monochromatic Colors of #4AB31E
Black with #4AB31E
Text Example
Text Example
White with #4AB31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB31E; }
p { color: rgb(74,179,30); }
H1.HeaderClassName
{
color: #4AB31E;
}
.AnyTagClassName
{
color: #4AB31E;
}
</style>
background-color css
<style>
a { background-color: #4AB31E; }
a { background-color: rgb(74,179,30); }
div.DivClassName
{
background-color: #4AB31E;
}
.BgClassName
{
background-color: #4AB31E;
}
</style>
border-color css
<style>
span { border-color: #4AB31E; }
span { border-color: rgb(74,179,30); }
td.TdClassName
{
border-color: #4AB31E;
}
.TagClassName
{
border-color: #4AB31E;
}
</style>