Shades of Kelly Green #3BD304
Tints of Kelly Green #3BD304
RGB
CMYK
RGB Variations
Color information
#3BD304 (or 0x3BD304) is known color: Kelly Green. HEX triplet: 3B, D3 and 04. RGB value is (59,211,4). Sum of RGB (Red+Green+Blue) = 59+211+4=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 211 (82.81% from 255 or 77.01% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD304 is #C42CFB. Grayscale: #8E8E8E. Windows color (decimal): -12856572 or 316219. OLE color: 316219.
HSL color Cylindrical-coordinate representation of color #3BD304: hue angle of 104.06º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BD304 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 4 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.17 |
| HSL | 104.06º | 0.96% | 0.42% | - |
| HSV(B) | 104.06º | 0.98% | 0.83% | - |
| XYZ | 25.12 | 47.53 | 7.96 | - |
| YUV | 141.95 | 50.14 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 4 | 0.72 | 0 | 0.98 | 0.17 | 104.06 | 0.96 | 0.42 |
| Hex | 3B | D3 | 4 | 48 | 0 | 62 | 11 | 68 | 60 | 2A |
| Octal | 73 | 323 | 4 | 110 | 0 | 142 | 21 | 150 | 140 | 52 |
| Binary | 111011 | 11010011 | 100 | 1001000 | 0 | 1100010 | 10001 | 1101000 | 1100000 | 101010 |
Color Harmonies of #3BD304
Complementary color
Monochromatic Colors of #3BD304
Black with #3BD304
Text Example
Text Example
White with #3BD304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD304; }
p { color: rgb(59,211,4); }
H1.HeaderClassName
{
color: #3BD304;
}
.AnyTagClassName
{
color: #3BD304;
}
</style>
background-color css
<style>
a { background-color: #3BD304; }
a { background-color: rgb(59,211,4); }
div.DivClassName
{
background-color: #3BD304;
}
.BgClassName
{
background-color: #3BD304;
}
</style>
border-color css
<style>
span { border-color: #3BD304; }
span { border-color: rgb(59,211,4); }
td.TdClassName
{
border-color: #3BD304;
}
.TagClassName
{
border-color: #3BD304;
}
</style>