Shades of Kelly Green #3BCF10
Tints of Kelly Green #3BCF10
RGB
CMYK
RGB Variations
Color information
#3BCF10 (or 0x3BCF10) is known color: Kelly Green. HEX triplet: 3B, CF and 10. RGB value is (59,207,16). Sum of RGB (Red+Green+Blue) = 59+207+16=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 207 (81.25% from 255 or 73.40% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BCF10 is #C430EF. Grayscale: #8D8D8D. Windows color (decimal): -12857584 or 1101627. OLE color: 1101627.
HSL color Cylindrical-coordinate representation of color #3BCF10: hue angle of 106.49º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3BCF10 is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 16 | - |
| CMYK | 0.71 | 0 | 0.92 | 0.19 |
| HSL | 106.49º | 0.86% | 0.44% | - |
| HSV(B) | 106.49º | 0.92% | 0.81% | - |
| XYZ | 24.21 | 45.59 | 8.01 | - |
| YUV | 140.97 | 57.47 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 16 | 0.71 | 0 | 0.92 | 0.19 | 106.49 | 0.86 | 0.44 |
| Hex | 3B | CF | 10 | 47 | 0 | 5C | 13 | 6A | 56 | 2C |
| Octal | 73 | 317 | 20 | 107 | 0 | 134 | 23 | 152 | 126 | 54 |
| Binary | 111011 | 11001111 | 10000 | 1000111 | 0 | 1011100 | 10011 | 1101010 | 1010110 | 101100 |
Color Harmonies of #3BCF10
Complementary color
Monochromatic Colors of #3BCF10
Black with #3BCF10
Text Example
Text Example
White with #3BCF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCF10; }
p { color: rgb(59,207,16); }
H1.HeaderClassName
{
color: #3BCF10;
}
.AnyTagClassName
{
color: #3BCF10;
}
</style>
background-color css
<style>
a { background-color: #3BCF10; }
a { background-color: rgb(59,207,16); }
div.DivClassName
{
background-color: #3BCF10;
}
.BgClassName
{
background-color: #3BCF10;
}
</style>
border-color css
<style>
span { border-color: #3BCF10; }
span { border-color: rgb(59,207,16); }
td.TdClassName
{
border-color: #3BCF10;
}
.TagClassName
{
border-color: #3BCF10;
}
</style>