Shades of Kelly Green #3BD600
Tints of Kelly Green #3BD600
RGB
CMYK
RGB Variations
Color information
#3BD600 (or 0x3BD600) is known color: Kelly Green. HEX triplet: 3B, D6 and 00. RGB value is (59,214,0). Sum of RGB (Red+Green+Blue) = 59+214+0=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 214 (83.98% from 255 or 78.39% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD600 is #C429FF. Grayscale: #8F8F8F. Windows color (decimal): -12855808 or 54843. OLE color: 54843.
HSL color Cylindrical-coordinate representation of color #3BD600: hue angle of 103.46º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BD600 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.16 |
| HSL | 103.46º | 1% | 0.42% | - |
| HSV(B) | 103.46º | 1% | 0.84% | - |
| XYZ | 25.85 | 49.02 | 8.1 | - |
| YUV | 143.26 | 47.15 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 0 | 0.72 | 0 | 1 | 0.16 | 103.46 | 1 | 0.42 |
| Hex | 3B | D6 | 0 | 48 | 0 | 64 | 10 | 67 | 64 | 2A |
| Octal | 73 | 326 | 0 | 110 | 0 | 144 | 20 | 147 | 144 | 52 |
| Binary | 111011 | 11010110 | 0 | 1001000 | 0 | 1100100 | 10000 | 1100111 | 1100100 | 101010 |
Color Harmonies of #3BD600
Complementary color
Monochromatic Colors of #3BD600
Black with #3BD600
Text Example
Text Example
White with #3BD600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD600; }
p { color: rgb(59,214,0); }
H1.HeaderClassName
{
color: #3BD600;
}
.AnyTagClassName
{
color: #3BD600;
}
</style>
background-color css
<style>
a { background-color: #3BD600; }
a { background-color: rgb(59,214,0); }
div.DivClassName
{
background-color: #3BD600;
}
.BgClassName
{
background-color: #3BD600;
}
</style>
border-color css
<style>
span { border-color: #3BD600; }
span { border-color: rgb(59,214,0); }
td.TdClassName
{
border-color: #3BD600;
}
.TagClassName
{
border-color: #3BD600;
}
</style>