Shades of Kelly Green #3BB212
Tints of Kelly Green #3BB212
RGB
CMYK
RGB Variations
Color information
#3BB212 (or 0x3BB212) is known color: Kelly Green. HEX triplet: 3B, B2 and 12. RGB value is (59,178,18). Sum of RGB (Red+Green+Blue) = 59+178+18=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 178 (69.92% from 255 or 69.80% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 178 - color contains mainly: green. Hex color #3BB212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BB212 is #C44DED. Grayscale: #7C7C7C. Windows color (decimal): -12865006 or 1225275. OLE color: 1225275.
HSL color Cylindrical-coordinate representation of color #3BB212: hue angle of 104.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BB212 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 59 | 178 | 18 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.30 |
| HSL | 104.63º | 0.82% | 0.38% | - |
| HSV(B) | 104.63º | 0.9% | 0.7% | - |
| XYZ | 17.83 | 32.81 | 5.97 | - |
| YUV | 124.18 | 68.08 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 178 | 18 | 0.67 | 0 | 0.90 | 0.30 | 104.63 | 0.82 | 0.38 |
| Hex | 3B | B2 | 12 | 43 | 0 | 5A | 1E | 69 | 52 | 26 |
| Octal | 73 | 262 | 22 | 103 | 0 | 132 | 36 | 151 | 122 | 46 |
| Binary | 111011 | 10110010 | 10010 | 1000011 | 0 | 1011010 | 11110 | 1101001 | 1010010 | 100110 |
Color Harmonies of #3BB212
Complementary color
Monochromatic Colors of #3BB212
Black with #3BB212
Text Example
Text Example
White with #3BB212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB212; }
p { color: rgb(59,178,18); }
H1.HeaderClassName
{
color: #3BB212;
}
.AnyTagClassName
{
color: #3BB212;
}
</style>
background-color css
<style>
a { background-color: #3BB212; }
a { background-color: rgb(59,178,18); }
div.DivClassName
{
background-color: #3BB212;
}
.BgClassName
{
background-color: #3BB212;
}
</style>
border-color css
<style>
span { border-color: #3BB212; }
span { border-color: rgb(59,178,18); }
td.TdClassName
{
border-color: #3BB212;
}
.TagClassName
{
border-color: #3BB212;
}
</style>