Shades of Kelly Green #3BD205
Tints of Kelly Green #3BD205
RGB
CMYK
RGB Variations
Color information
#3BD205 (or 0x3BD205) is known color: Kelly Green. HEX triplet: 3B, D2 and 05. RGB value is (59,210,5). Sum of RGB (Red+Green+Blue) = 59+210+5=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 210 (82.42% from 255 or 76.64% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD205 is #C42DFA. Grayscale: #8E8E8E. Windows color (decimal): -12856827 or 381499. OLE color: 381499.
HSL color Cylindrical-coordinate representation of color #3BD205: hue angle of 104.2º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BD205 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 210 | 5 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.18 |
| HSL | 104.2º | 0.95% | 0.42% | - |
| HSV(B) | 104.2º | 0.98% | 0.82% | - |
| XYZ | 24.88 | 47.03 | 7.91 | - |
| YUV | 141.48 | 50.97 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 210 | 5 | 0.72 | 0 | 0.98 | 0.18 | 104.2 | 0.95 | 0.42 |
| Hex | 3B | D2 | 5 | 48 | 0 | 62 | 12 | 68 | 5F | 2A |
| Octal | 73 | 322 | 5 | 110 | 0 | 142 | 22 | 150 | 137 | 52 |
| Binary | 111011 | 11010010 | 101 | 1001000 | 0 | 1100010 | 10010 | 1101000 | 1011111 | 101010 |
Color Harmonies of #3BD205
Complementary color
Monochromatic Colors of #3BD205
Black with #3BD205
Text Example
Text Example
White with #3BD205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD205; }
p { color: rgb(59,210,5); }
H1.HeaderClassName
{
color: #3BD205;
}
.AnyTagClassName
{
color: #3BD205;
}
</style>
background-color css
<style>
a { background-color: #3BD205; }
a { background-color: rgb(59,210,5); }
div.DivClassName
{
background-color: #3BD205;
}
.BgClassName
{
background-color: #3BD205;
}
</style>
border-color css
<style>
span { border-color: #3BD205; }
span { border-color: rgb(59,210,5); }
td.TdClassName
{
border-color: #3BD205;
}
.TagClassName
{
border-color: #3BD205;
}
</style>