Shades of Kelly Green #3CD511
Tints of Kelly Green #3CD511
RGB
CMYK
RGB Variations
Color information
#3CD511 (or 0x3CD511) is known color: Kelly Green. HEX triplet: 3C, D5 and 11. RGB value is (60,213,17). Sum of RGB (Red+Green+Blue) = 60+213+17=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 213 (83.59% from 255 or 73.45% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CD511 is #C32AEE. Grayscale: #919191. Windows color (decimal): -12790511 or 1168700. OLE color: 1168700.
HSL color Cylindrical-coordinate representation of color #3CD511: hue angle of 106.84º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CD511 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 213 | 17 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.16 |
| HSL | 106.84º | 0.85% | 0.45% | - |
| HSV(B) | 106.84º | 0.92% | 0.84% | - |
| XYZ | 25.76 | 48.59 | 8.55 | - |
| YUV | 144.91 | 55.81 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 213 | 17 | 0.72 | 0 | 0.92 | 0.16 | 106.84 | 0.85 | 0.45 |
| Hex | 3C | D5 | 11 | 48 | 0 | 5C | 10 | 6B | 55 | 2D |
| Octal | 74 | 325 | 21 | 110 | 0 | 134 | 20 | 153 | 125 | 55 |
| Binary | 111100 | 11010101 | 10001 | 1001000 | 0 | 1011100 | 10000 | 1101011 | 1010101 | 101101 |
Color Harmonies of #3CD511
Complementary color
Monochromatic Colors of #3CD511
Black with #3CD511
Text Example
Text Example
White with #3CD511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD511; }
p { color: rgb(60,213,17); }
H1.HeaderClassName
{
color: #3CD511;
}
.AnyTagClassName
{
color: #3CD511;
}
</style>
background-color css
<style>
a { background-color: #3CD511; }
a { background-color: rgb(60,213,17); }
div.DivClassName
{
background-color: #3CD511;
}
.BgClassName
{
background-color: #3CD511;
}
</style>
border-color css
<style>
span { border-color: #3CD511; }
span { border-color: rgb(60,213,17); }
td.TdClassName
{
border-color: #3CD511;
}
.TagClassName
{
border-color: #3CD511;
}
</style>