Shades of Kelly Green #3BDA13
Tints of Kelly Green #3BDA13
RGB
CMYK
RGB Variations
Color information
#3BDA13 (or 0x3BDA13) is known color: Kelly Green. HEX triplet: 3B, DA and 13. RGB value is (59,218,19). Sum of RGB (Red+Green+Blue) = 59+218+19=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 218 (85.55% from 255 or 73.65% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDA13 is #C425EC. Grayscale: #949494. Windows color (decimal): -12854765 or 1301051. OLE color: 1301051.
HSL color Cylindrical-coordinate representation of color #3BDA13: hue angle of 107.94º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BDA13 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 19 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.15 |
| HSL | 107.94º | 0.84% | 0.46% | - |
| HSV(B) | 107.94º | 0.91% | 0.85% | - |
| XYZ | 26.99 | 51.12 | 9.06 | - |
| YUV | 147.77 | 55.32 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 19 | 0.73 | 0 | 0.91 | 0.15 | 107.94 | 0.84 | 0.46 |
| Hex | 3B | DA | 13 | 49 | 0 | 5B | F | 6C | 54 | 2E |
| Octal | 73 | 332 | 23 | 111 | 0 | 133 | 17 | 154 | 124 | 56 |
| Binary | 111011 | 11011010 | 10011 | 1001001 | 0 | 1011011 | 1111 | 1101100 | 1010100 | 101110 |
Color Harmonies of #3BDA13
Complementary color
Monochromatic Colors of #3BDA13
Black with #3BDA13
Text Example
Text Example
White with #3BDA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA13; }
p { color: rgb(59,218,19); }
H1.HeaderClassName
{
color: #3BDA13;
}
.AnyTagClassName
{
color: #3BDA13;
}
</style>
background-color css
<style>
a { background-color: #3BDA13; }
a { background-color: rgb(59,218,19); }
div.DivClassName
{
background-color: #3BDA13;
}
.BgClassName
{
background-color: #3BDA13;
}
</style>
border-color css
<style>
span { border-color: #3BDA13; }
span { border-color: rgb(59,218,19); }
td.TdClassName
{
border-color: #3BDA13;
}
.TagClassName
{
border-color: #3BDA13;
}
</style>