Shades of Kelly Green #4BC31C
Tints of Kelly Green #4BC31C
RGB
CMYK
RGB Variations
Color information
#4BC31C (or 0x4BC31C) is known color: Kelly Green. HEX triplet: 4B, C3 and 1C. RGB value is (75,195,28). Sum of RGB (Red+Green+Blue) = 75+195+28=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 195 (76.56% from 255 or 65.44% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC31C is #B43CE3. Grayscale: #8C8C8C. Windows color (decimal): -11812068 or 1885003. OLE color: 1885003.
HSL color Cylindrical-coordinate representation of color #4BC31C: hue angle of 103.11º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4BC31C is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 195 | 28 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.24 |
| HSL | 103.11º | 0.75% | 0.44% | - |
| HSV(B) | 103.11º | 0.86% | 0.76% | - |
| XYZ | 22.63 | 40.61 | 7.74 | - |
| YUV | 140.08 | 64.74 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 195 | 28 | 0.62 | 0 | 0.86 | 0.24 | 103.11 | 0.75 | 0.44 |
| Hex | 4B | C3 | 1C | 3E | 0 | 56 | 18 | 67 | 4B | 2C |
| Octal | 113 | 303 | 34 | 76 | 0 | 126 | 30 | 147 | 113 | 54 |
| Binary | 1001011 | 11000011 | 11100 | 111110 | 0 | 1010110 | 11000 | 1100111 | 1001011 | 101100 |
Color Harmonies of #4BC31C
Complementary color
Monochromatic Colors of #4BC31C
Black with #4BC31C
Text Example
Text Example
White with #4BC31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC31C; }
p { color: rgb(75,195,28); }
H1.HeaderClassName
{
color: #4BC31C;
}
.AnyTagClassName
{
color: #4BC31C;
}
</style>
background-color css
<style>
a { background-color: #4BC31C; }
a { background-color: rgb(75,195,28); }
div.DivClassName
{
background-color: #4BC31C;
}
.BgClassName
{
background-color: #4BC31C;
}
</style>
border-color css
<style>
span { border-color: #4BC31C; }
span { border-color: rgb(75,195,28); }
td.TdClassName
{
border-color: #4BC31C;
}
.TagClassName
{
border-color: #4BC31C;
}
</style>