Shades of Kelly Green #3BCF04
Tints of Kelly Green #3BCF04
RGB
CMYK
RGB Variations
Color information
#3BCF04 (or 0x3BCF04) is known color: Kelly Green. HEX triplet: 3B, CF and 04. RGB value is (59,207,4). Sum of RGB (Red+Green+Blue) = 59+207+4=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 207 (81.25% from 255 or 76.67% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BCF04 is #C430FB. Grayscale: #8C8C8C. Windows color (decimal): -12857596 or 315195. OLE color: 315195.
HSL color Cylindrical-coordinate representation of color #3BCF04: hue angle of 103.74º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BCF04 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 4 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.19 |
| HSL | 103.74º | 0.96% | 0.41% | - |
| HSV(B) | 103.74º | 0.98% | 0.81% | - |
| XYZ | 24.14 | 45.56 | 7.64 | - |
| YUV | 139.61 | 51.47 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 4 | 0.71 | 0 | 0.98 | 0.19 | 103.74 | 0.96 | 0.41 |
| Hex | 3B | CF | 4 | 47 | 0 | 62 | 13 | 68 | 60 | 29 |
| Octal | 73 | 317 | 4 | 107 | 0 | 142 | 23 | 150 | 140 | 51 |
| Binary | 111011 | 11001111 | 100 | 1000111 | 0 | 1100010 | 10011 | 1101000 | 1100000 | 101001 |
Color Harmonies of #3BCF04
Complementary color
Monochromatic Colors of #3BCF04
Black with #3BCF04
Text Example
Text Example
White with #3BCF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCF04; }
p { color: rgb(59,207,4); }
H1.HeaderClassName
{
color: #3BCF04;
}
.AnyTagClassName
{
color: #3BCF04;
}
</style>
background-color css
<style>
a { background-color: #3BCF04; }
a { background-color: rgb(59,207,4); }
div.DivClassName
{
background-color: #3BCF04;
}
.BgClassName
{
background-color: #3BCF04;
}
</style>
border-color css
<style>
span { border-color: #3BCF04; }
span { border-color: rgb(59,207,4); }
td.TdClassName
{
border-color: #3BCF04;
}
.TagClassName
{
border-color: #3BCF04;
}
</style>