Shades of Kelly Green #3BD301
Tints of Kelly Green #3BD301
RGB
CMYK
RGB Variations
Color information
#3BD301 (or 0x3BD301) is known color: Kelly Green. HEX triplet: 3B, D3 and 01. RGB value is (59,211,1). Sum of RGB (Red+Green+Blue) = 59+211+1=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 211 (82.81% from 255 or 77.86% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD301 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD301 is #C42CFE. Grayscale: #8E8E8E. Windows color (decimal): -12856575 or 119611. OLE color: 119611.
HSL color Cylindrical-coordinate representation of color #3BD301: hue angle of 103.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BD301 is Cyan = 0.72, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 1 | - |
| CMYK | 0.72 | 0 | 1.00 | 0.17 |
| HSL | 103.43º | 0.99% | 0.42% | - |
| HSV(B) | 103.43º | 1% | 0.83% | - |
| XYZ | 25.1 | 47.52 | 7.88 | - |
| YUV | 141.61 | 48.64 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 1 | 0.72 | 0 | 1.00 | 0.17 | 103.43 | 0.99 | 0.42 |
| Hex | 3B | D3 | 1 | 48 | 0 | 64 | 11 | 67 | 63 | 2A |
| Octal | 73 | 323 | 1 | 110 | 0 | 144 | 21 | 147 | 143 | 52 |
| Binary | 111011 | 11010011 | 1 | 1001000 | 0 | 1100100 | 10001 | 1100111 | 1100011 | 101010 |
Color Harmonies of #3BD301
Complementary color
Monochromatic Colors of #3BD301
Black with #3BD301
Text Example
Text Example
White with #3BD301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD301; }
p { color: rgb(59,211,1); }
H1.HeaderClassName
{
color: #3BD301;
}
.AnyTagClassName
{
color: #3BD301;
}
</style>
background-color css
<style>
a { background-color: #3BD301; }
a { background-color: rgb(59,211,1); }
div.DivClassName
{
background-color: #3BD301;
}
.BgClassName
{
background-color: #3BD301;
}
</style>
border-color css
<style>
span { border-color: #3BD301; }
span { border-color: rgb(59,211,1); }
td.TdClassName
{
border-color: #3BD301;
}
.TagClassName
{
border-color: #3BD301;
}
</style>