Shades of Kelly Green #4BCD02
Tints of Kelly Green #4BCD02
RGB
CMYK
RGB Variations
Color information
#4BCD02 (or 0x4BCD02) is known color: Kelly Green. HEX triplet: 4B, CD and 02. RGB value is (75,205,2). Sum of RGB (Red+Green+Blue) = 75+205+2=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 205 (80.47% from 255 or 72.70% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BCD02 is #B432FD. Grayscale: #8F8F8F. Windows color (decimal): -11809534 or 183627. OLE color: 183627.
HSL color Cylindrical-coordinate representation of color #4BCD02: hue angle of 98.42º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4BCD02 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 205 | 2 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.20 |
| HSL | 98.42º | 0.98% | 0.41% | - |
| HSV(B) | 98.42º | 0.99% | 0.8% | - |
| XYZ | 24.74 | 45.16 | 7.47 | - |
| YUV | 142.99 | 48.43 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 2 | 0.63 | 0 | 0.99 | 0.20 | 98.42 | 0.98 | 0.41 |
| Hex | 4B | CD | 2 | 3F | 0 | 63 | 14 | 62 | 62 | 29 |
| Octal | 113 | 315 | 2 | 77 | 0 | 143 | 24 | 142 | 142 | 51 |
| Binary | 1001011 | 11001101 | 10 | 111111 | 0 | 1100011 | 10100 | 1100010 | 1100010 | 101001 |
Color Harmonies of #4BCD02
Complementary color
Monochromatic Colors of #4BCD02
Black with #4BCD02
Text Example
Text Example
White with #4BCD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCD02; }
p { color: rgb(75,205,2); }
H1.HeaderClassName
{
color: #4BCD02;
}
.AnyTagClassName
{
color: #4BCD02;
}
</style>
background-color css
<style>
a { background-color: #4BCD02; }
a { background-color: rgb(75,205,2); }
div.DivClassName
{
background-color: #4BCD02;
}
.BgClassName
{
background-color: #4BCD02;
}
</style>
border-color css
<style>
span { border-color: #4BCD02; }
span { border-color: rgb(75,205,2); }
td.TdClassName
{
border-color: #4BCD02;
}
.TagClassName
{
border-color: #4BCD02;
}
</style>