Shades of Kelly Green #4ABC2A
Tints of Kelly Green #4ABC2A
RGB
CMYK
RGB Variations
Color information
#4ABC2A (or 0x4ABC2A) is known color: Kelly Green. HEX triplet: 4A, BC and 2A. RGB value is (74,188,42). Sum of RGB (Red+Green+Blue) = 74+188+42=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC2A is #B543D5. Grayscale: #898989. Windows color (decimal): -11879382 or 2800714. OLE color: 2800714.
HSL color Cylindrical-coordinate representation of color #4ABC2A: hue angle of 106.85º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4ABC2A is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 42 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.26 |
| HSL | 106.85º | 0.63% | 0.45% | - |
| HSV(B) | 106.85º | 0.78% | 0.74% | - |
| XYZ | 21.23 | 37.59 | 8.33 | - |
| YUV | 137.27 | 74.23 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 42 | 0.61 | 0 | 0.78 | 0.26 | 106.85 | 0.63 | 0.45 |
| Hex | 4A | BC | 2A | 3D | 0 | 4E | 1A | 6B | 3F | 2D |
| Octal | 112 | 274 | 52 | 75 | 0 | 116 | 32 | 153 | 77 | 55 |
| Binary | 1001010 | 10111100 | 101010 | 111101 | 0 | 1001110 | 11010 | 1101011 | 111111 | 101101 |
Color Harmonies of #4ABC2A
Complementary color
Monochromatic Colors of #4ABC2A
Black with #4ABC2A
Text Example
Text Example
White with #4ABC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC2A; }
p { color: rgb(74,188,42); }
H1.HeaderClassName
{
color: #4ABC2A;
}
.AnyTagClassName
{
color: #4ABC2A;
}
</style>
background-color css
<style>
a { background-color: #4ABC2A; }
a { background-color: rgb(74,188,42); }
div.DivClassName
{
background-color: #4ABC2A;
}
.BgClassName
{
background-color: #4ABC2A;
}
</style>
border-color css
<style>
span { border-color: #4ABC2A; }
span { border-color: rgb(74,188,42); }
td.TdClassName
{
border-color: #4ABC2A;
}
.TagClassName
{
border-color: #4ABC2A;
}
</style>