Shades of Kelly Green #3BD515
Tints of Kelly Green #3BD515
RGB
CMYK
RGB Variations
Color information
#3BD515 (or 0x3BD515) is known color: Kelly Green. HEX triplet: 3B, D5 and 15. RGB value is (59,213,21). Sum of RGB (Red+Green+Blue) = 59+213+21=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 213 (83.59% from 255 or 72.70% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD515 is #C42AEA. Grayscale: #919191. Windows color (decimal): -12856043 or 1430843. OLE color: 1430843.
HSL color Cylindrical-coordinate representation of color #3BD515: hue angle of 108.12º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BD515 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 213 | 21 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.16 |
| HSL | 108.13º | 0.82% | 0.46% | - |
| HSV(B) | 108.13º | 0.9% | 0.84% | - |
| XYZ | 25.73 | 48.57 | 8.73 | - |
| YUV | 145.07 | 57.98 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 213 | 21 | 0.72 | 0 | 0.90 | 0.16 | 108.13 | 0.82 | 0.46 |
| Hex | 3B | D5 | 15 | 48 | 0 | 5A | 10 | 6C | 52 | 2E |
| Octal | 73 | 325 | 25 | 110 | 0 | 132 | 20 | 154 | 122 | 56 |
| Binary | 111011 | 11010101 | 10101 | 1001000 | 0 | 1011010 | 10000 | 1101100 | 1010010 | 101110 |
Color Harmonies of #3BD515
Complementary color
Monochromatic Colors of #3BD515
Black with #3BD515
Text Example
Text Example
White with #3BD515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD515; }
p { color: rgb(59,213,21); }
H1.HeaderClassName
{
color: #3BD515;
}
.AnyTagClassName
{
color: #3BD515;
}
</style>
background-color css
<style>
a { background-color: #3BD515; }
a { background-color: rgb(59,213,21); }
div.DivClassName
{
background-color: #3BD515;
}
.BgClassName
{
background-color: #3BD515;
}
</style>
border-color css
<style>
span { border-color: #3BD515; }
span { border-color: rgb(59,213,21); }
td.TdClassName
{
border-color: #3BD515;
}
.TagClassName
{
border-color: #3BD515;
}
</style>