Shades of Kelly Green #3BCF0F
Tints of Kelly Green #3BCF0F
RGB
CMYK
RGB Variations
Color information
#3BCF0F (or 0x3BCF0F) is known color: Kelly Green. HEX triplet: 3B, CF and 0F. RGB value is (59,207,15). Sum of RGB (Red+Green+Blue) = 59+207+15=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BCF0F is #C430F0. Grayscale: #8D8D8D. Windows color (decimal): -12857585 or 1036091. OLE color: 1036091.
HSL color Cylindrical-coordinate representation of color #3BCF0F: hue angle of 106.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BCF0F is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 15 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.19 |
| HSL | 106.25º | 0.86% | 0.44% | - |
| HSV(B) | 106.25º | 0.93% | 0.81% | - |
| XYZ | 24.2 | 45.59 | 7.98 | - |
| YUV | 140.86 | 56.97 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 15 | 0.71 | 0 | 0.93 | 0.19 | 106.25 | 0.86 | 0.44 |
| Hex | 3B | CF | F | 47 | 0 | 5D | 13 | 6A | 56 | 2C |
| Octal | 73 | 317 | 17 | 107 | 0 | 135 | 23 | 152 | 126 | 54 |
| Binary | 111011 | 11001111 | 1111 | 1000111 | 0 | 1011101 | 10011 | 1101010 | 1010110 | 101100 |
Color Harmonies of #3BCF0F
Complementary color
Monochromatic Colors of #3BCF0F
Black with #3BCF0F
Text Example
Text Example
White with #3BCF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCF0F; }
p { color: rgb(59,207,15); }
H1.HeaderClassName
{
color: #3BCF0F;
}
.AnyTagClassName
{
color: #3BCF0F;
}
</style>
background-color css
<style>
a { background-color: #3BCF0F; }
a { background-color: rgb(59,207,15); }
div.DivClassName
{
background-color: #3BCF0F;
}
.BgClassName
{
background-color: #3BCF0F;
}
</style>
border-color css
<style>
span { border-color: #3BCF0F; }
span { border-color: rgb(59,207,15); }
td.TdClassName
{
border-color: #3BCF0F;
}
.TagClassName
{
border-color: #3BCF0F;
}
</style>