Shades of Kelly Green #4ADA02
Tints of Kelly Green #4ADA02
RGB
CMYK
RGB Variations
Color information
#4ADA02 (or 0x4ADA02) is known color: Kelly Green. HEX triplet: 4A, DA and 02. RGB value is (74,218,2). Sum of RGB (Red+Green+Blue) = 74+218+2=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADA02 is #B525FD. Grayscale: #979797. Windows color (decimal): -11871742 or 186954. OLE color: 186954.
HSL color Cylindrical-coordinate representation of color #4ADA02: hue angle of 100º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4ADA02 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 2 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.15 |
| HSL | 100º | 0.98% | 0.43% | - |
| HSV(B) | 100º | 0.99% | 0.85% | - |
| XYZ | 27.91 | 51.6 | 8.55 | - |
| YUV | 150.32 | 44.29 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 2 | 0.66 | 0 | 0.99 | 0.15 | 100 | 0.98 | 0.43 |
| Hex | 4A | DA | 2 | 42 | 0 | 63 | F | 64 | 62 | 2B |
| Octal | 112 | 332 | 2 | 102 | 0 | 143 | 17 | 144 | 142 | 53 |
| Binary | 1001010 | 11011010 | 10 | 1000010 | 0 | 1100011 | 1111 | 1100100 | 1100010 | 101011 |
Color Harmonies of #4ADA02
Complementary color
Monochromatic Colors of #4ADA02
Black with #4ADA02
Text Example
Text Example
White with #4ADA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADA02; }
p { color: rgb(74,218,2); }
H1.HeaderClassName
{
color: #4ADA02;
}
.AnyTagClassName
{
color: #4ADA02;
}
</style>
background-color css
<style>
a { background-color: #4ADA02; }
a { background-color: rgb(74,218,2); }
div.DivClassName
{
background-color: #4ADA02;
}
.BgClassName
{
background-color: #4ADA02;
}
</style>
border-color css
<style>
span { border-color: #4ADA02; }
span { border-color: rgb(74,218,2); }
td.TdClassName
{
border-color: #4ADA02;
}
.TagClassName
{
border-color: #4ADA02;
}
</style>