Shades of Kelly Green #3BBC12
Tints of Kelly Green #3BBC12
RGB
CMYK
RGB Variations
Color information
#3BBC12 (or 0x3BBC12) is known color: Kelly Green. HEX triplet: 3B, BC and 12. RGB value is (59,188,18). Sum of RGB (Red+Green+Blue) = 59+188+18=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 188 (73.83% from 255 or 70.94% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BBC12 is #C443ED. Grayscale: #828282. Windows color (decimal): -12862446 or 1227835. OLE color: 1227835.
HSL color Cylindrical-coordinate representation of color #3BBC12: hue angle of 105.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BBC12 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 18 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.26 |
| HSL | 105.53º | 0.83% | 0.4% | - |
| HSV(B) | 105.53º | 0.9% | 0.74% | - |
| XYZ | 19.9 | 36.94 | 6.65 | - |
| YUV | 130.05 | 64.76 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 18 | 0.69 | 0 | 0.90 | 0.26 | 105.53 | 0.83 | 0.4 |
| Hex | 3B | BC | 12 | 45 | 0 | 5A | 1A | 6A | 53 | 28 |
| Octal | 73 | 274 | 22 | 105 | 0 | 132 | 32 | 152 | 123 | 50 |
| Binary | 111011 | 10111100 | 10010 | 1000101 | 0 | 1011010 | 11010 | 1101010 | 1010011 | 101000 |
Color Harmonies of #3BBC12
Complementary color
Monochromatic Colors of #3BBC12
Black with #3BBC12
Text Example
Text Example
White with #3BBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC12; }
p { color: rgb(59,188,18); }
H1.HeaderClassName
{
color: #3BBC12;
}
.AnyTagClassName
{
color: #3BBC12;
}
</style>
background-color css
<style>
a { background-color: #3BBC12; }
a { background-color: rgb(59,188,18); }
div.DivClassName
{
background-color: #3BBC12;
}
.BgClassName
{
background-color: #3BBC12;
}
</style>
border-color css
<style>
span { border-color: #3BBC12; }
span { border-color: rgb(59,188,18); }
td.TdClassName
{
border-color: #3BBC12;
}
.TagClassName
{
border-color: #3BBC12;
}
</style>