Shades of Kelly Green #4CBC30
Tints of Kelly Green #4CBC30
RGB
CMYK
RGB Variations
Color information
#4CBC30 (or 0x4CBC30) is known color: Kelly Green. HEX triplet: 4C, BC and 30. RGB value is (76,188,48). Sum of RGB (Red+Green+Blue) = 76+188+48=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBC30 is #B343CF. Grayscale: #8B8B8B. Windows color (decimal): -11748304 or 3193932. OLE color: 3193932.
HSL color Cylindrical-coordinate representation of color #4CBC30: hue angle of 108º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4CBC30 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 48 | - |
| CMYK | 0.60 | 0 | 0.74 | 0.26 |
| HSL | 108º | 0.59% | 0.46% | - |
| HSV(B) | 108º | 0.74% | 0.74% | - |
| XYZ | 21.5 | 37.72 | 8.94 | - |
| YUV | 138.55 | 76.89 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 48 | 0.60 | 0 | 0.74 | 0.26 | 108 | 0.59 | 0.46 |
| Hex | 4C | BC | 30 | 3C | 0 | 4A | 1A | 6C | 3B | 2E |
| Octal | 114 | 274 | 60 | 74 | 0 | 112 | 32 | 154 | 73 | 56 |
| Binary | 1001100 | 10111100 | 110000 | 111100 | 0 | 1001010 | 11010 | 1101100 | 111011 | 101110 |
Color Harmonies of #4CBC30
Complementary color
Monochromatic Colors of #4CBC30
Black with #4CBC30
Text Example
Text Example
White with #4CBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC30; }
p { color: rgb(76,188,48); }
H1.HeaderClassName
{
color: #4CBC30;
}
.AnyTagClassName
{
color: #4CBC30;
}
</style>
background-color css
<style>
a { background-color: #4CBC30; }
a { background-color: rgb(76,188,48); }
div.DivClassName
{
background-color: #4CBC30;
}
.BgClassName
{
background-color: #4CBC30;
}
</style>
border-color css
<style>
span { border-color: #4CBC30; }
span { border-color: rgb(76,188,48); }
td.TdClassName
{
border-color: #4CBC30;
}
.TagClassName
{
border-color: #4CBC30;
}
</style>