Shades of Kelly Green #3CBF00
Tints of Kelly Green #3CBF00
RGB
CMYK
RGB Variations
Color information
#3CBF00 (or 0x3CBF00) is known color: Kelly Green. HEX triplet: 3C, BF and 00. RGB value is (60,191,0). Sum of RGB (Red+Green+Blue) = 60+191+0=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 191 (75% from 255 or 76.10% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBF00 is #C340FF. Grayscale: #828282. Windows color (decimal): -12796160 or 48956. OLE color: 48956.
HSL color Cylindrical-coordinate representation of color #3CBF00: hue angle of 101.15º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CBF00 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 191 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.25 |
| HSL | 101.15º | 1% | 0.37% | - |
| HSV(B) | 101.15º | 1% | 0.75% | - |
| XYZ | 20.49 | 38.22 | 6.3 | - |
| YUV | 130.06 | 54.6 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 191 | 0 | 0.69 | 0 | 1 | 0.25 | 101.15 | 1 | 0.37 |
| Hex | 3C | BF | 0 | 45 | 0 | 64 | 19 | 65 | 64 | 25 |
| Octal | 74 | 277 | 0 | 105 | 0 | 144 | 31 | 145 | 144 | 45 |
| Binary | 111100 | 10111111 | 0 | 1000101 | 0 | 1100100 | 11001 | 1100101 | 1100100 | 100101 |
Color Harmonies of #3CBF00
Complementary color
Monochromatic Colors of #3CBF00
Black with #3CBF00
Text Example
Text Example
White with #3CBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBF00; }
p { color: rgb(60,191,0); }
H1.HeaderClassName
{
color: #3CBF00;
}
.AnyTagClassName
{
color: #3CBF00;
}
</style>
background-color css
<style>
a { background-color: #3CBF00; }
a { background-color: rgb(60,191,0); }
div.DivClassName
{
background-color: #3CBF00;
}
.BgClassName
{
background-color: #3CBF00;
}
</style>
border-color css
<style>
span { border-color: #3CBF00; }
span { border-color: rgb(60,191,0); }
td.TdClassName
{
border-color: #3CBF00;
}
.TagClassName
{
border-color: #3CBF00;
}
</style>