Shades of Kelly Green #3BC00F
Tints of Kelly Green #3BC00F
RGB
CMYK
RGB Variations
Color information
#3BC00F (or 0x3BC00F) is known color: Kelly Green. HEX triplet: 3B, C0 and 0F. RGB value is (59,192,15). Sum of RGB (Red+Green+Blue) = 59+192+15=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 192 (75.39% from 255 or 72.18% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC00F is #C43FF0. Grayscale: #848484. Windows color (decimal): -12861425 or 1032251. OLE color: 1032251.
HSL color Cylindrical-coordinate representation of color #3BC00F: hue angle of 105.08º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3BC00F is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 192 | 15 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.25 |
| HSL | 105.08º | 0.86% | 0.41% | - |
| HSV(B) | 105.08º | 0.92% | 0.75% | - |
| XYZ | 20.74 | 38.66 | 6.82 | - |
| YUV | 132.06 | 61.94 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 15 | 0.69 | 0 | 0.92 | 0.25 | 105.08 | 0.86 | 0.41 |
| Hex | 3B | C0 | F | 45 | 0 | 5C | 19 | 69 | 56 | 29 |
| Octal | 73 | 300 | 17 | 105 | 0 | 134 | 31 | 151 | 126 | 51 |
| Binary | 111011 | 11000000 | 1111 | 1000101 | 0 | 1011100 | 11001 | 1101001 | 1010110 | 101001 |
Color Harmonies of #3BC00F
Complementary color
Monochromatic Colors of #3BC00F
Black with #3BC00F
Text Example
Text Example
White with #3BC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC00F; }
p { color: rgb(59,192,15); }
H1.HeaderClassName
{
color: #3BC00F;
}
.AnyTagClassName
{
color: #3BC00F;
}
</style>
background-color css
<style>
a { background-color: #3BC00F; }
a { background-color: rgb(59,192,15); }
div.DivClassName
{
background-color: #3BC00F;
}
.BgClassName
{
background-color: #3BC00F;
}
</style>
border-color css
<style>
span { border-color: #3BC00F; }
span { border-color: rgb(59,192,15); }
td.TdClassName
{
border-color: #3BC00F;
}
.TagClassName
{
border-color: #3BC00F;
}
</style>