Shades of Kelly Green #3BC80F
Tints of Kelly Green #3BC80F
RGB
CMYK
RGB Variations
Color information
#3BC80F (or 0x3BC80F) is known color: Kelly Green. HEX triplet: 3B, C8 and 0F. RGB value is (59,200,15). Sum of RGB (Red+Green+Blue) = 59+200+15=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 200 (78.52% from 255 or 72.99% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC80F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC80F is #C437F0. Grayscale: #898989. Windows color (decimal): -12859377 or 1034299. OLE color: 1034299.
HSL color Cylindrical-coordinate representation of color #3BC80F: hue angle of 105.73º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BC80F is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 15 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.22 |
| HSL | 105.73º | 0.86% | 0.42% | - |
| HSV(B) | 105.73º | 0.93% | 0.78% | - |
| XYZ | 22.54 | 42.27 | 7.42 | - |
| YUV | 136.75 | 59.29 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 15 | 0.70 | 0 | 0.92 | 0.22 | 105.73 | 0.86 | 0.42 |
| Hex | 3B | C8 | F | 46 | 0 | 5C | 16 | 6A | 56 | 2A |
| Octal | 73 | 310 | 17 | 106 | 0 | 134 | 26 | 152 | 126 | 52 |
| Binary | 111011 | 11001000 | 1111 | 1000110 | 0 | 1011100 | 10110 | 1101010 | 1010110 | 101010 |
Color Harmonies of #3BC80F
Complementary color
Monochromatic Colors of #3BC80F
Black with #3BC80F
Text Example
Text Example
White with #3BC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC80F; }
p { color: rgb(59,200,15); }
H1.HeaderClassName
{
color: #3BC80F;
}
.AnyTagClassName
{
color: #3BC80F;
}
</style>
background-color css
<style>
a { background-color: #3BC80F; }
a { background-color: rgb(59,200,15); }
div.DivClassName
{
background-color: #3BC80F;
}
.BgClassName
{
background-color: #3BC80F;
}
</style>
border-color css
<style>
span { border-color: #3BC80F; }
span { border-color: rgb(59,200,15); }
td.TdClassName
{
border-color: #3BC80F;
}
.TagClassName
{
border-color: #3BC80F;
}
</style>