Shades of Kelly Green #4BDA02
Tints of Kelly Green #4BDA02
RGB
CMYK
RGB Variations
Color information
#4BDA02 (or 0x4BDA02) is known color: Kelly Green. HEX triplet: 4B, DA and 02. RGB value is (75,218,2). Sum of RGB (Red+Green+Blue) = 75+218+2=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 218 (85.55% from 255 or 73.90% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BDA02 is #B425FD. Grayscale: #979797. Windows color (decimal): -11806206 or 186955. OLE color: 186955.
HSL color Cylindrical-coordinate representation of color #4BDA02: hue angle of 99.72º 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 #4BDA02 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 2 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.15 |
| HSL | 99.72º | 0.98% | 0.43% | - |
| HSV(B) | 99.72º | 0.99% | 0.85% | - |
| XYZ | 27.98 | 51.64 | 8.55 | - |
| YUV | 150.62 | 44.12 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 2 | 0.66 | 0 | 0.99 | 0.15 | 99.72 | 0.98 | 0.43 |
| Hex | 4B | DA | 2 | 42 | 0 | 63 | F | 64 | 62 | 2B |
| Octal | 113 | 332 | 2 | 102 | 0 | 143 | 17 | 144 | 142 | 53 |
| Binary | 1001011 | 11011010 | 10 | 1000010 | 0 | 1100011 | 1111 | 1100100 | 1100010 | 101011 |
Color Harmonies of #4BDA02
Complementary color
Monochromatic Colors of #4BDA02
Black with #4BDA02
Text Example
Text Example
White with #4BDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA02; }
p { color: rgb(75,218,2); }
H1.HeaderClassName
{
color: #4BDA02;
}
.AnyTagClassName
{
color: #4BDA02;
}
</style>
background-color css
<style>
a { background-color: #4BDA02; }
a { background-color: rgb(75,218,2); }
div.DivClassName
{
background-color: #4BDA02;
}
.BgClassName
{
background-color: #4BDA02;
}
</style>
border-color css
<style>
span { border-color: #4BDA02; }
span { border-color: rgb(75,218,2); }
td.TdClassName
{
border-color: #4BDA02;
}
.TagClassName
{
border-color: #4BDA02;
}
</style>