Shades of Kelly Green #4AC30E
Tints of Kelly Green #4AC30E
RGB
CMYK
RGB Variations
Color information
#4AC30E (or 0x4AC30E) is known color: Kelly Green. HEX triplet: 4A, C3 and 0E. RGB value is (74,195,14). Sum of RGB (Red+Green+Blue) = 74+195+14=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 195 (76.56% from 255 or 68.90% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC30E is #B53CF1. Grayscale: #8A8A8A. Windows color (decimal): -11877618 or 967498. OLE color: 967498.
HSL color Cylindrical-coordinate representation of color #4AC30E: hue angle of 100.11º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AC30E is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 14 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.24 |
| HSL | 100.11º | 0.87% | 0.41% | - |
| HSV(B) | 100.11º | 0.93% | 0.76% | - |
| XYZ | 22.42 | 40.52 | 7.05 | - |
| YUV | 138.19 | 57.91 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 14 | 0.62 | 0 | 0.93 | 0.24 | 100.11 | 0.87 | 0.41 |
| Hex | 4A | C3 | E | 3E | 0 | 5D | 18 | 64 | 57 | 29 |
| Octal | 112 | 303 | 16 | 76 | 0 | 135 | 30 | 144 | 127 | 51 |
| Binary | 1001010 | 11000011 | 1110 | 111110 | 0 | 1011101 | 11000 | 1100100 | 1010111 | 101001 |
Color Harmonies of #4AC30E
Complementary color
Monochromatic Colors of #4AC30E
Black with #4AC30E
Text Example
Text Example
White with #4AC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC30E; }
p { color: rgb(74,195,14); }
H1.HeaderClassName
{
color: #4AC30E;
}
.AnyTagClassName
{
color: #4AC30E;
}
</style>
background-color css
<style>
a { background-color: #4AC30E; }
a { background-color: rgb(74,195,14); }
div.DivClassName
{
background-color: #4AC30E;
}
.BgClassName
{
background-color: #4AC30E;
}
</style>
border-color css
<style>
span { border-color: #4AC30E; }
span { border-color: rgb(74,195,14); }
td.TdClassName
{
border-color: #4AC30E;
}
.TagClassName
{
border-color: #4AC30E;
}
</style>