Shades of Kelly Green #3BBC16
Tints of Kelly Green #3BBC16
RGB
CMYK
RGB Variations
Color information
#3BBC16 (or 0x3BBC16) is known color: Kelly Green. HEX triplet: 3B, BC and 16. RGB value is (59,188,22). Sum of RGB (Red+Green+Blue) = 59+188+22=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BBC16 is #C443E9. Grayscale: #838383. Windows color (decimal): -12862442 or 1489979. OLE color: 1489979.
HSL color Cylindrical-coordinate representation of color #3BBC16: hue angle of 106.63º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BBC16 is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 22 | - |
| CMYK | 0.69 | 0 | 0.88 | 0.26 |
| HSL | 106.63º | 0.79% | 0.41% | - |
| HSV(B) | 106.63º | 0.88% | 0.74% | - |
| XYZ | 19.93 | 36.95 | 6.84 | - |
| YUV | 130.51 | 66.76 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 22 | 0.69 | 0 | 0.88 | 0.26 | 106.63 | 0.79 | 0.41 |
| Hex | 3B | BC | 16 | 45 | 0 | 58 | 1A | 6B | 4F | 29 |
| Octal | 73 | 274 | 26 | 105 | 0 | 130 | 32 | 153 | 117 | 51 |
| Binary | 111011 | 10111100 | 10110 | 1000101 | 0 | 1011000 | 11010 | 1101011 | 1001111 | 101001 |
Color Harmonies of #3BBC16
Complementary color
Monochromatic Colors of #3BBC16
Black with #3BBC16
Text Example
Text Example
White with #3BBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC16; }
p { color: rgb(59,188,22); }
H1.HeaderClassName
{
color: #3BBC16;
}
.AnyTagClassName
{
color: #3BBC16;
}
</style>
background-color css
<style>
a { background-color: #3BBC16; }
a { background-color: rgb(59,188,22); }
div.DivClassName
{
background-color: #3BBC16;
}
.BgClassName
{
background-color: #3BBC16;
}
</style>
border-color css
<style>
span { border-color: #3BBC16; }
span { border-color: rgb(59,188,22); }
td.TdClassName
{
border-color: #3BBC16;
}
.TagClassName
{
border-color: #3BBC16;
}
</style>