Shades of Kelly Green #3BCF18
Tints of Kelly Green #3BCF18
RGB
CMYK
RGB Variations
Color information
#3BCF18 (or 0x3BCF18) is known color: Kelly Green. HEX triplet: 3B, CF and 18. RGB value is (59,207,24). Sum of RGB (Red+Green+Blue) = 59+207+24=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 207 (81.25% from 255 or 71.38% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BCF18 is #C430E7. Grayscale: #8E8E8E. Windows color (decimal): -12857576 or 1625915. OLE color: 1625915.
HSL color Cylindrical-coordinate representation of color #3BCF18: hue angle of 108.52º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BCF18 is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 24 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.19 |
| HSL | 108.52º | 0.79% | 0.45% | - |
| HSV(B) | 108.52º | 0.88% | 0.81% | - |
| XYZ | 24.28 | 45.62 | 8.39 | - |
| YUV | 141.89 | 61.47 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 24 | 0.71 | 0 | 0.88 | 0.19 | 108.52 | 0.79 | 0.45 |
| Hex | 3B | CF | 18 | 47 | 0 | 58 | 13 | 6D | 4F | 2D |
| Octal | 73 | 317 | 30 | 107 | 0 | 130 | 23 | 155 | 117 | 55 |
| Binary | 111011 | 11001111 | 11000 | 1000111 | 0 | 1011000 | 10011 | 1101101 | 1001111 | 101101 |
Color Harmonies of #3BCF18
Complementary color
Monochromatic Colors of #3BCF18
Black with #3BCF18
Text Example
Text Example
White with #3BCF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCF18; }
p { color: rgb(59,207,24); }
H1.HeaderClassName
{
color: #3BCF18;
}
.AnyTagClassName
{
color: #3BCF18;
}
</style>
background-color css
<style>
a { background-color: #3BCF18; }
a { background-color: rgb(59,207,24); }
div.DivClassName
{
background-color: #3BCF18;
}
.BgClassName
{
background-color: #3BCF18;
}
</style>
border-color css
<style>
span { border-color: #3BCF18; }
span { border-color: rgb(59,207,24); }
td.TdClassName
{
border-color: #3BCF18;
}
.TagClassName
{
border-color: #3BCF18;
}
</style>