Shades of Kelly Green #4BCB2A
Tints of Kelly Green #4BCB2A
RGB
CMYK
RGB Variations
Color information
#4BCB2A (or 0x4BCB2A) is known color: Kelly Green. HEX triplet: 4B, CB and 2A. RGB value is (75,203,42). Sum of RGB (Red+Green+Blue) = 75+203+42=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 203 (79.69% from 255 or 63.44% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCB2A is #B434D5. Grayscale: #929292. Windows color (decimal): -11810006 or 2804555. OLE color: 2804555.
HSL color Cylindrical-coordinate representation of color #4BCB2A: hue angle of 107.7º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4BCB2A is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 42 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.20 |
| HSL | 107.7º | 0.66% | 0.48% | - |
| HSV(B) | 107.7º | 0.79% | 0.8% | - |
| XYZ | 24.68 | 44.37 | 9.46 | - |
| YUV | 146.37 | 69.09 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 42 | 0.63 | 0 | 0.79 | 0.20 | 107.7 | 0.66 | 0.48 |
| Hex | 4B | CB | 2A | 3F | 0 | 4F | 14 | 6C | 42 | 30 |
| Octal | 113 | 313 | 52 | 77 | 0 | 117 | 24 | 154 | 102 | 60 |
| Binary | 1001011 | 11001011 | 101010 | 111111 | 0 | 1001111 | 10100 | 1101100 | 1000010 | 110000 |
Color Harmonies of #4BCB2A
Complementary color
Monochromatic Colors of #4BCB2A
Black with #4BCB2A
Text Example
Text Example
White with #4BCB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCB2A; }
p { color: rgb(75,203,42); }
H1.HeaderClassName
{
color: #4BCB2A;
}
.AnyTagClassName
{
color: #4BCB2A;
}
</style>
background-color css
<style>
a { background-color: #4BCB2A; }
a { background-color: rgb(75,203,42); }
div.DivClassName
{
background-color: #4BCB2A;
}
.BgClassName
{
background-color: #4BCB2A;
}
</style>
border-color css
<style>
span { border-color: #4BCB2A; }
span { border-color: rgb(75,203,42); }
td.TdClassName
{
border-color: #4BCB2A;
}
.TagClassName
{
border-color: #4BCB2A;
}
</style>