Shades of Kelly Green #3BC205
Tints of Kelly Green #3BC205
RGB
CMYK
RGB Variations
Color information
#3BC205 (or 0x3BC205) is known color: Kelly Green. HEX triplet: 3B, C2 and 05. RGB value is (59,194,5). Sum of RGB (Red+Green+Blue) = 59+194+5=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 194 (76.17% from 255 or 75.19% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC205 is #C43DFA. Grayscale: #848484. Windows color (decimal): -12860923 or 377403. OLE color: 377403.
HSL color Cylindrical-coordinate representation of color #3BC205: hue angle of 102.86º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3BC205 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 194 | 5 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.24 |
| HSL | 102.86º | 0.95% | 0.39% | - |
| HSV(B) | 102.86º | 0.97% | 0.76% | - |
| XYZ | 21.12 | 39.52 | 6.66 | - |
| YUV | 132.09 | 56.27 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 194 | 5 | 0.70 | 0 | 0.97 | 0.24 | 102.86 | 0.95 | 0.39 |
| Hex | 3B | C2 | 5 | 46 | 0 | 61 | 18 | 67 | 5F | 27 |
| Octal | 73 | 302 | 5 | 106 | 0 | 141 | 30 | 147 | 137 | 47 |
| Binary | 111011 | 11000010 | 101 | 1000110 | 0 | 1100001 | 11000 | 1100111 | 1011111 | 100111 |
Color Harmonies of #3BC205
Complementary color
Monochromatic Colors of #3BC205
Black with #3BC205
Text Example
Text Example
White with #3BC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC205; }
p { color: rgb(59,194,5); }
H1.HeaderClassName
{
color: #3BC205;
}
.AnyTagClassName
{
color: #3BC205;
}
</style>
background-color css
<style>
a { background-color: #3BC205; }
a { background-color: rgb(59,194,5); }
div.DivClassName
{
background-color: #3BC205;
}
.BgClassName
{
background-color: #3BC205;
}
</style>
border-color css
<style>
span { border-color: #3BC205; }
span { border-color: rgb(59,194,5); }
td.TdClassName
{
border-color: #3BC205;
}
.TagClassName
{
border-color: #3BC205;
}
</style>