Shades of Kelly Green #3BD300
Tints of Kelly Green #3BD300
RGB
CMYK
RGB Variations
Color information
#3BD300 (or 0x3BD300) is known color: Kelly Green. HEX triplet: 3B, D3 and 00. RGB value is (59,211,0). Sum of RGB (Red+Green+Blue) = 59+211+0=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 211 (82.81% from 255 or 78.15% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD300 is #C42CFF. Grayscale: #8E8E8E. Windows color (decimal): -12856576 or 54075. OLE color: 54075.
HSL color Cylindrical-coordinate representation of color #3BD300: hue angle of 103.22º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BD300 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.17 |
| HSL | 103.22º | 1% | 0.41% | - |
| HSV(B) | 103.22º | 1% | 0.83% | - |
| XYZ | 25.1 | 47.52 | 7.85 | - |
| YUV | 141.5 | 48.14 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 0 | 0.72 | 0 | 1 | 0.17 | 103.22 | 1 | 0.41 |
| Hex | 3B | D3 | 0 | 48 | 0 | 64 | 11 | 67 | 64 | 29 |
| Octal | 73 | 323 | 0 | 110 | 0 | 144 | 21 | 147 | 144 | 51 |
| Binary | 111011 | 11010011 | 0 | 1001000 | 0 | 1100100 | 10001 | 1100111 | 1100100 | 101001 |
Color Harmonies of #3BD300
Complementary color
Monochromatic Colors of #3BD300
Black with #3BD300
Text Example
Text Example
White with #3BD300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD300; }
p { color: rgb(59,211,0); }
H1.HeaderClassName
{
color: #3BD300;
}
.AnyTagClassName
{
color: #3BD300;
}
</style>
background-color css
<style>
a { background-color: #3BD300; }
a { background-color: rgb(59,211,0); }
div.DivClassName
{
background-color: #3BD300;
}
.BgClassName
{
background-color: #3BD300;
}
</style>
border-color css
<style>
span { border-color: #3BD300; }
span { border-color: rgb(59,211,0); }
td.TdClassName
{
border-color: #3BD300;
}
.TagClassName
{
border-color: #3BD300;
}
</style>