Shades of Kelly Green #3BD215
Tints of Kelly Green #3BD215
RGB
CMYK
RGB Variations
Color information
#3BD215 (or 0x3BD215) is known color: Kelly Green. HEX triplet: 3B, D2 and 15. RGB value is (59,210,21). Sum of RGB (Red+Green+Blue) = 59+210+21=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 210 (82.42% from 255 or 72.41% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD215 is #C42DEA. Grayscale: #8F8F8F. Windows color (decimal): -12856811 or 1430075. OLE color: 1430075.
HSL color Cylindrical-coordinate representation of color #3BD215: hue angle of 107.94º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BD215 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 210 | 21 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.18 |
| HSL | 107.94º | 0.82% | 0.45% | - |
| HSV(B) | 107.94º | 0.9% | 0.82% | - |
| XYZ | 24.99 | 47.08 | 8.48 | - |
| YUV | 143.31 | 58.97 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 210 | 21 | 0.72 | 0 | 0.90 | 0.18 | 107.94 | 0.82 | 0.45 |
| Hex | 3B | D2 | 15 | 48 | 0 | 5A | 12 | 6C | 52 | 2D |
| Octal | 73 | 322 | 25 | 110 | 0 | 132 | 22 | 154 | 122 | 55 |
| Binary | 111011 | 11010010 | 10101 | 1001000 | 0 | 1011010 | 10010 | 1101100 | 1010010 | 101101 |
Color Harmonies of #3BD215
Complementary color
Monochromatic Colors of #3BD215
Black with #3BD215
Text Example
Text Example
White with #3BD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD215; }
p { color: rgb(59,210,21); }
H1.HeaderClassName
{
color: #3BD215;
}
.AnyTagClassName
{
color: #3BD215;
}
</style>
background-color css
<style>
a { background-color: #3BD215; }
a { background-color: rgb(59,210,21); }
div.DivClassName
{
background-color: #3BD215;
}
.BgClassName
{
background-color: #3BD215;
}
</style>
border-color css
<style>
span { border-color: #3BD215; }
span { border-color: rgb(59,210,21); }
td.TdClassName
{
border-color: #3BD215;
}
.TagClassName
{
border-color: #3BD215;
}
</style>