Shades of Kelly Green #4BC300
Tints of Kelly Green #4BC300
RGB
CMYK
RGB Variations
Color information
#4BC300 (or 0x4BC300) is known color: Kelly Green. HEX triplet: 4B, C3 and 00. RGB value is (75,195,0). Sum of RGB (Red+Green+Blue) = 75+195+0=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BC300 is #B43CFF. Grayscale: #898989. Windows color (decimal): -11812096 or 49995. OLE color: 49995.
HSL color Cylindrical-coordinate representation of color #4BC300: hue angle of 96.92º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4BC300 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 195 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.24 |
| HSL | 96.92º | 1% | 0.38% | - |
| HSV(B) | 96.92º | 1% | 0.76% | - |
| XYZ | 22.42 | 40.53 | 6.64 | - |
| YUV | 136.89 | 50.74 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 195 | 0 | 0.62 | 0 | 1 | 0.24 | 96.92 | 1 | 0.38 |
| Hex | 4B | C3 | 0 | 3E | 0 | 64 | 18 | 61 | 64 | 26 |
| Octal | 113 | 303 | 0 | 76 | 0 | 144 | 30 | 141 | 144 | 46 |
| Binary | 1001011 | 11000011 | 0 | 111110 | 0 | 1100100 | 11000 | 1100001 | 1100100 | 100110 |
Color Harmonies of #4BC300
Complementary color
Monochromatic Colors of #4BC300
Black with #4BC300
Text Example
Text Example
White with #4BC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC300; }
p { color: rgb(75,195,0); }
H1.HeaderClassName
{
color: #4BC300;
}
.AnyTagClassName
{
color: #4BC300;
}
</style>
background-color css
<style>
a { background-color: #4BC300; }
a { background-color: rgb(75,195,0); }
div.DivClassName
{
background-color: #4BC300;
}
.BgClassName
{
background-color: #4BC300;
}
</style>
border-color css
<style>
span { border-color: #4BC300; }
span { border-color: rgb(75,195,0); }
td.TdClassName
{
border-color: #4BC300;
}
.TagClassName
{
border-color: #4BC300;
}
</style>