Shades of Kelly Green #3CBF19
Tints of Kelly Green #3CBF19
RGB
CMYK
RGB Variations
Color information
#3CBF19 (or 0x3CBF19) is known color: Kelly Green. HEX triplet: 3C, BF and 19. RGB value is (60,191,25). Sum of RGB (Red+Green+Blue) = 60+191+25=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBF19 is #C340E6. Grayscale: #858585. Windows color (decimal): -12796135 or 1687356. OLE color: 1687356.
HSL color Cylindrical-coordinate representation of color #3CBF19: hue angle of 107.35º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CBF19 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 191 | 25 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.25 |
| HSL | 107.35º | 0.77% | 0.42% | - |
| HSV(B) | 107.35º | 0.87% | 0.75% | - |
| XYZ | 20.67 | 38.29 | 7.22 | - |
| YUV | 132.91 | 67.1 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 191 | 25 | 0.69 | 0 | 0.87 | 0.25 | 107.35 | 0.77 | 0.42 |
| Hex | 3C | BF | 19 | 45 | 0 | 57 | 19 | 6B | 4D | 2A |
| Octal | 74 | 277 | 31 | 105 | 0 | 127 | 31 | 153 | 115 | 52 |
| Binary | 111100 | 10111111 | 11001 | 1000101 | 0 | 1010111 | 11001 | 1101011 | 1001101 | 101010 |
Color Harmonies of #3CBF19
Complementary color
Monochromatic Colors of #3CBF19
Black with #3CBF19
Text Example
Text Example
White with #3CBF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBF19; }
p { color: rgb(60,191,25); }
H1.HeaderClassName
{
color: #3CBF19;
}
.AnyTagClassName
{
color: #3CBF19;
}
</style>
background-color css
<style>
a { background-color: #3CBF19; }
a { background-color: rgb(60,191,25); }
div.DivClassName
{
background-color: #3CBF19;
}
.BgClassName
{
background-color: #3CBF19;
}
</style>
border-color css
<style>
span { border-color: #3CBF19; }
span { border-color: rgb(60,191,25); }
td.TdClassName
{
border-color: #3CBF19;
}
.TagClassName
{
border-color: #3CBF19;
}
</style>