Shades of Kelly Green #4ABC28
Tints of Kelly Green #4ABC28
RGB
CMYK
RGB Variations
Color information
#4ABC28 (or 0x4ABC28) is known color: Kelly Green. HEX triplet: 4A, BC and 28. RGB value is (74,188,40). Sum of RGB (Red+Green+Blue) = 74+188+40=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC28 is #B543D7. Grayscale: #898989. Windows color (decimal): -11879384 or 2669642. OLE color: 2669642.
HSL color Cylindrical-coordinate representation of color #4ABC28: hue angle of 106.22º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4ABC28 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 40 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.26 |
| HSL | 106.22º | 0.65% | 0.45% | - |
| HSV(B) | 106.22º | 0.79% | 0.74% | - |
| XYZ | 21.19 | 37.58 | 8.14 | - |
| YUV | 137.04 | 73.23 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 40 | 0.61 | 0 | 0.79 | 0.26 | 106.22 | 0.65 | 0.45 |
| Hex | 4A | BC | 28 | 3D | 0 | 4F | 1A | 6A | 41 | 2D |
| Octal | 112 | 274 | 50 | 75 | 0 | 117 | 32 | 152 | 101 | 55 |
| Binary | 1001010 | 10111100 | 101000 | 111101 | 0 | 1001111 | 11010 | 1101010 | 1000001 | 101101 |
Color Harmonies of #4ABC28
Complementary color
Monochromatic Colors of #4ABC28
Black with #4ABC28
Text Example
Text Example
White with #4ABC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC28; }
p { color: rgb(74,188,40); }
H1.HeaderClassName
{
color: #4ABC28;
}
.AnyTagClassName
{
color: #4ABC28;
}
</style>
background-color css
<style>
a { background-color: #4ABC28; }
a { background-color: rgb(74,188,40); }
div.DivClassName
{
background-color: #4ABC28;
}
.BgClassName
{
background-color: #4ABC28;
}
</style>
border-color css
<style>
span { border-color: #4ABC28; }
span { border-color: rgb(74,188,40); }
td.TdClassName
{
border-color: #4ABC28;
}
.TagClassName
{
border-color: #4ABC28;
}
</style>