Shades of Kelly Green #4AC202
Tints of Kelly Green #4AC202
RGB
CMYK
RGB Variations
Color information
#4AC202 (or 0x4AC202) is known color: Kelly Green. HEX triplet: 4A, C2 and 02. RGB value is (74,194,2). Sum of RGB (Red+Green+Blue) = 74+194+2=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 194 (76.17% from 255 or 71.85% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC202 is #B53DFD. Grayscale: #888888. Windows color (decimal): -11877886 or 180810. OLE color: 180810.
HSL color Cylindrical-coordinate representation of color #4AC202: hue angle of 97.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4AC202 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 2 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.24 |
| HSL | 97.5º | 0.98% | 0.38% | - |
| HSV(B) | 97.5º | 0.99% | 0.76% | - |
| XYZ | 22.13 | 40.04 | 6.62 | - |
| YUV | 136.23 | 52.24 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 2 | 0.62 | 0 | 0.99 | 0.24 | 97.5 | 0.98 | 0.38 |
| Hex | 4A | C2 | 2 | 3E | 0 | 63 | 18 | 62 | 62 | 26 |
| Octal | 112 | 302 | 2 | 76 | 0 | 143 | 30 | 142 | 142 | 46 |
| Binary | 1001010 | 11000010 | 10 | 111110 | 0 | 1100011 | 11000 | 1100010 | 1100010 | 100110 |
Color Harmonies of #4AC202
Complementary color
Monochromatic Colors of #4AC202
Black with #4AC202
Text Example
Text Example
White with #4AC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC202; }
p { color: rgb(74,194,2); }
H1.HeaderClassName
{
color: #4AC202;
}
.AnyTagClassName
{
color: #4AC202;
}
</style>
background-color css
<style>
a { background-color: #4AC202; }
a { background-color: rgb(74,194,2); }
div.DivClassName
{
background-color: #4AC202;
}
.BgClassName
{
background-color: #4AC202;
}
</style>
border-color css
<style>
span { border-color: #4AC202; }
span { border-color: rgb(74,194,2); }
td.TdClassName
{
border-color: #4AC202;
}
.TagClassName
{
border-color: #4AC202;
}
</style>