Shades of Kelly Green #3BC30E
Tints of Kelly Green #3BC30E
RGB
CMYK
RGB Variations
Color information
#3BC30E (or 0x3BC30E) is known color: Kelly Green. HEX triplet: 3B, C3 and 0E. RGB value is (59,195,14). Sum of RGB (Red+Green+Blue) = 59+195+14=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 195 (76.56% from 255 or 72.76% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC30E is #C43CF1. Grayscale: #868686. Windows color (decimal): -12860658 or 967483. OLE color: 967483.
HSL color Cylindrical-coordinate representation of color #3BC30E: hue angle of 105.08º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BC30E is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 195 | 14 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.24 |
| HSL | 105.08º | 0.87% | 0.41% | - |
| HSV(B) | 105.08º | 0.93% | 0.76% | - |
| XYZ | 21.4 | 39.99 | 7.01 | - |
| YUV | 133.7 | 60.44 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 195 | 14 | 0.70 | 0 | 0.93 | 0.24 | 105.08 | 0.87 | 0.41 |
| Hex | 3B | C3 | E | 46 | 0 | 5D | 18 | 69 | 57 | 29 |
| Octal | 73 | 303 | 16 | 106 | 0 | 135 | 30 | 151 | 127 | 51 |
| Binary | 111011 | 11000011 | 1110 | 1000110 | 0 | 1011101 | 11000 | 1101001 | 1010111 | 101001 |
Color Harmonies of #3BC30E
Complementary color
Monochromatic Colors of #3BC30E
Black with #3BC30E
Text Example
Text Example
White with #3BC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC30E; }
p { color: rgb(59,195,14); }
H1.HeaderClassName
{
color: #3BC30E;
}
.AnyTagClassName
{
color: #3BC30E;
}
</style>
background-color css
<style>
a { background-color: #3BC30E; }
a { background-color: rgb(59,195,14); }
div.DivClassName
{
background-color: #3BC30E;
}
.BgClassName
{
background-color: #3BC30E;
}
</style>
border-color css
<style>
span { border-color: #3BC30E; }
span { border-color: rgb(59,195,14); }
td.TdClassName
{
border-color: #3BC30E;
}
.TagClassName
{
border-color: #3BC30E;
}
</style>