Shades of Kelly Green #3BC416
Tints of Kelly Green #3BC416
RGB
CMYK
RGB Variations
Color information
#3BC416 (or 0x3BC416) is known color: Kelly Green. HEX triplet: 3B, C4 and 16. RGB value is (59,196,22). Sum of RGB (Red+Green+Blue) = 59+196+22=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 196 (76.95% from 255 or 70.76% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 196 - color contains mainly: green. Hex color #3BC416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC416 is #C43BE9. Grayscale: #878787. Windows color (decimal): -12860394 or 1492027. OLE color: 1492027.
HSL color Cylindrical-coordinate representation of color #3BC416: hue angle of 107.24º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3BC416 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 196 | 22 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.23 |
| HSL | 107.24º | 0.8% | 0.43% | - |
| HSV(B) | 107.24º | 0.89% | 0.77% | - |
| XYZ | 21.69 | 40.47 | 7.43 | - |
| YUV | 135.2 | 64.11 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 196 | 22 | 0.70 | 0 | 0.89 | 0.23 | 107.24 | 0.8 | 0.43 |
| Hex | 3B | C4 | 16 | 46 | 0 | 59 | 17 | 6B | 50 | 2B |
| Octal | 73 | 304 | 26 | 106 | 0 | 131 | 27 | 153 | 120 | 53 |
| Binary | 111011 | 11000100 | 10110 | 1000110 | 0 | 1011001 | 10111 | 1101011 | 1010000 | 101011 |
Color Harmonies of #3BC416
Complementary color
Monochromatic Colors of #3BC416
Black with #3BC416
Text Example
Text Example
White with #3BC416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC416; }
p { color: rgb(59,196,22); }
H1.HeaderClassName
{
color: #3BC416;
}
.AnyTagClassName
{
color: #3BC416;
}
</style>
background-color css
<style>
a { background-color: #3BC416; }
a { background-color: rgb(59,196,22); }
div.DivClassName
{
background-color: #3BC416;
}
.BgClassName
{
background-color: #3BC416;
}
</style>
border-color css
<style>
span { border-color: #3BC416; }
span { border-color: rgb(59,196,22); }
td.TdClassName
{
border-color: #3BC416;
}
.TagClassName
{
border-color: #3BC416;
}
</style>