Shades of Kelly Green #4AD30F
Tints of Kelly Green #4AD30F
RGB
CMYK
RGB Variations
Color information
#4AD30F (or 0x4AD30F) is known color: Kelly Green. HEX triplet: 4A, D3 and 0F. RGB value is (74,211,15). Sum of RGB (Red+Green+Blue) = 74+211+15=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 211 (82.81% from 255 or 70.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 211 - color contains mainly: green. Hex color #4AD30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD30F is #B52CF0. Grayscale: #949494. Windows color (decimal): -11873521 or 1037130. OLE color: 1037130.
HSL color Cylindrical-coordinate representation of color #4AD30F: hue angle of 101.94º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AD30F is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 74 | 211 | 15 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.17 |
| HSL | 101.94º | 0.87% | 0.44% | - |
| HSV(B) | 101.94º | 0.93% | 0.83% | - |
| XYZ | 26.2 | 48.08 | 8.35 | - |
| YUV | 147.69 | 53.11 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 211 | 15 | 0.65 | 0 | 0.93 | 0.17 | 101.94 | 0.87 | 0.44 |
| Hex | 4A | D3 | F | 41 | 0 | 5D | 11 | 66 | 57 | 2C |
| Octal | 112 | 323 | 17 | 101 | 0 | 135 | 21 | 146 | 127 | 54 |
| Binary | 1001010 | 11010011 | 1111 | 1000001 | 0 | 1011101 | 10001 | 1100110 | 1010111 | 101100 |
Color Harmonies of #4AD30F
Complementary color
Monochromatic Colors of #4AD30F
Black with #4AD30F
Text Example
Text Example
White with #4AD30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD30F; }
p { color: rgb(74,211,15); }
H1.HeaderClassName
{
color: #4AD30F;
}
.AnyTagClassName
{
color: #4AD30F;
}
</style>
background-color css
<style>
a { background-color: #4AD30F; }
a { background-color: rgb(74,211,15); }
div.DivClassName
{
background-color: #4AD30F;
}
.BgClassName
{
background-color: #4AD30F;
}
</style>
border-color css
<style>
span { border-color: #4AD30F; }
span { border-color: rgb(74,211,15); }
td.TdClassName
{
border-color: #4AD30F;
}
.TagClassName
{
border-color: #4AD30F;
}
</style>