Shades of Kelly Green #4BBC1C
Tints of Kelly Green #4BBC1C
RGB
CMYK
RGB Variations
Color information
#4BBC1C (or 0x4BBC1C) is known color: Kelly Green. HEX triplet: 4B, BC and 1C. RGB value is (75,188,28). Sum of RGB (Red+Green+Blue) = 75+188+28=291 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.77% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBC1C is #B443E3. Grayscale: #888888. Windows color (decimal): -11813860 or 1883211. OLE color: 1883211.
HSL color Cylindrical-coordinate representation of color #4BBC1C: hue angle of 102.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4BBC1C is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 28 | - |
| CMYK | 0.60 | 0 | 0.85 | 0.26 |
| HSL | 102.38º | 0.74% | 0.42% | - |
| HSV(B) | 102.38º | 0.85% | 0.74% | - |
| XYZ | 21.09 | 37.55 | 7.23 | - |
| YUV | 135.97 | 67.06 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 28 | 0.60 | 0 | 0.85 | 0.26 | 102.38 | 0.74 | 0.42 |
| Hex | 4B | BC | 1C | 3C | 0 | 55 | 1A | 66 | 4A | 2A |
| Octal | 113 | 274 | 34 | 74 | 0 | 125 | 32 | 146 | 112 | 52 |
| Binary | 1001011 | 10111100 | 11100 | 111100 | 0 | 1010101 | 11010 | 1100110 | 1001010 | 101010 |
Color Harmonies of #4BBC1C
Complementary color
Monochromatic Colors of #4BBC1C
Black with #4BBC1C
Text Example
Text Example
White with #4BBC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC1C; }
p { color: rgb(75,188,28); }
H1.HeaderClassName
{
color: #4BBC1C;
}
.AnyTagClassName
{
color: #4BBC1C;
}
</style>
background-color css
<style>
a { background-color: #4BBC1C; }
a { background-color: rgb(75,188,28); }
div.DivClassName
{
background-color: #4BBC1C;
}
.BgClassName
{
background-color: #4BBC1C;
}
</style>
border-color css
<style>
span { border-color: #4BBC1C; }
span { border-color: rgb(75,188,28); }
td.TdClassName
{
border-color: #4BBC1C;
}
.TagClassName
{
border-color: #4BBC1C;
}
</style>