Shades of Kelly Green #3BDB13
Tints of Kelly Green #3BDB13
RGB
CMYK
RGB Variations
Color information
#3BDB13 (or 0x3BDB13) is known color: Kelly Green. HEX triplet: 3B, DB and 13. RGB value is (59,219,19). Sum of RGB (Red+Green+Blue) = 59+219+19=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 219 (85.94% from 255 or 73.74% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDB13 is #C424EC. Grayscale: #949494. Windows color (decimal): -12854509 or 1301307. OLE color: 1301307.
HSL color Cylindrical-coordinate representation of color #3BDB13: hue angle of 108º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BDB13 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 219 | 19 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.14 |
| HSL | 108º | 0.84% | 0.47% | - |
| HSV(B) | 108º | 0.91% | 0.86% | - |
| XYZ | 27.25 | 51.64 | 9.15 | - |
| YUV | 148.36 | 54.99 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 19 | 0.73 | 0 | 0.91 | 0.14 | 108 | 0.84 | 0.47 |
| Hex | 3B | DB | 13 | 49 | 0 | 5B | E | 6C | 54 | 2F |
| Octal | 73 | 333 | 23 | 111 | 0 | 133 | 16 | 154 | 124 | 57 |
| Binary | 111011 | 11011011 | 10011 | 1001001 | 0 | 1011011 | 1110 | 1101100 | 1010100 | 101111 |
Color Harmonies of #3BDB13
Complementary color
Monochromatic Colors of #3BDB13
Black with #3BDB13
Text Example
Text Example
White with #3BDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDB13; }
p { color: rgb(59,219,19); }
H1.HeaderClassName
{
color: #3BDB13;
}
.AnyTagClassName
{
color: #3BDB13;
}
</style>
background-color css
<style>
a { background-color: #3BDB13; }
a { background-color: rgb(59,219,19); }
div.DivClassName
{
background-color: #3BDB13;
}
.BgClassName
{
background-color: #3BDB13;
}
</style>
border-color css
<style>
span { border-color: #3BDB13; }
span { border-color: rgb(59,219,19); }
td.TdClassName
{
border-color: #3BDB13;
}
.TagClassName
{
border-color: #3BDB13;
}
</style>