Shades of Kelly Green #3BD614
Tints of Kelly Green #3BD614
RGB
CMYK
RGB Variations
Color information
#3BD614 (or 0x3BD614) is known color: Kelly Green. HEX triplet: 3B, D6 and 14. RGB value is (59,214,20). Sum of RGB (Red+Green+Blue) = 59+214+20=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 214 (83.98% from 255 or 73.04% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD614 is #C429EB. Grayscale: #929292. Windows color (decimal): -12855788 or 1365563. OLE color: 1365563.
HSL color Cylindrical-coordinate representation of color #3BD614: hue angle of 107.94º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BD614 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 20 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.16 |
| HSL | 107.94º | 0.83% | 0.46% | - |
| HSV(B) | 107.94º | 0.91% | 0.84% | - |
| XYZ | 25.98 | 49.07 | 8.76 | - |
| YUV | 145.54 | 57.15 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 20 | 0.72 | 0 | 0.91 | 0.16 | 107.94 | 0.83 | 0.46 |
| Hex | 3B | D6 | 14 | 48 | 0 | 5B | 10 | 6C | 53 | 2E |
| Octal | 73 | 326 | 24 | 110 | 0 | 133 | 20 | 154 | 123 | 56 |
| Binary | 111011 | 11010110 | 10100 | 1001000 | 0 | 1011011 | 10000 | 1101100 | 1010011 | 101110 |
Color Harmonies of #3BD614
Complementary color
Monochromatic Colors of #3BD614
Black with #3BD614
Text Example
Text Example
White with #3BD614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD614; }
p { color: rgb(59,214,20); }
H1.HeaderClassName
{
color: #3BD614;
}
.AnyTagClassName
{
color: #3BD614;
}
</style>
background-color css
<style>
a { background-color: #3BD614; }
a { background-color: rgb(59,214,20); }
div.DivClassName
{
background-color: #3BD614;
}
.BgClassName
{
background-color: #3BD614;
}
</style>
border-color css
<style>
span { border-color: #3BD614; }
span { border-color: rgb(59,214,20); }
td.TdClassName
{
border-color: #3BD614;
}
.TagClassName
{
border-color: #3BD614;
}
</style>