Shades of Kelly Green #3BC500
Tints of Kelly Green #3BC500
RGB
CMYK
RGB Variations
Color information
#3BC500 (or 0x3BC500) is known color: Kelly Green. HEX triplet: 3B, C5 and 00. RGB value is (59,197,0). Sum of RGB (Red+Green+Blue) = 59+197+0=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 197 (77.34% from 255 or 76.95% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC500 is #C43AFF. Grayscale: #858585. Windows color (decimal): -12860160 or 50491. OLE color: 50491.
HSL color Cylindrical-coordinate representation of color #3BC500: hue angle of 102.03º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BC500 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 197 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.23 |
| HSL | 102.03º | 1% | 0.39% | - |
| HSV(B) | 102.03º | 1% | 0.77% | - |
| XYZ | 21.77 | 40.86 | 6.74 | - |
| YUV | 133.28 | 52.78 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 197 | 0 | 0.70 | 0 | 1 | 0.23 | 102.03 | 1 | 0.39 |
| Hex | 3B | C5 | 0 | 46 | 0 | 64 | 17 | 66 | 64 | 27 |
| Octal | 73 | 305 | 0 | 106 | 0 | 144 | 27 | 146 | 144 | 47 |
| Binary | 111011 | 11000101 | 0 | 1000110 | 0 | 1100100 | 10111 | 1100110 | 1100100 | 100111 |
Color Harmonies of #3BC500
Complementary color
Monochromatic Colors of #3BC500
Black with #3BC500
Text Example
Text Example
White with #3BC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC500; }
p { color: rgb(59,197,0); }
H1.HeaderClassName
{
color: #3BC500;
}
.AnyTagClassName
{
color: #3BC500;
}
</style>
background-color css
<style>
a { background-color: #3BC500; }
a { background-color: rgb(59,197,0); }
div.DivClassName
{
background-color: #3BC500;
}
.BgClassName
{
background-color: #3BC500;
}
</style>
border-color css
<style>
span { border-color: #3BC500; }
span { border-color: rgb(59,197,0); }
td.TdClassName
{
border-color: #3BC500;
}
.TagClassName
{
border-color: #3BC500;
}
</style>