Shades of Kelly Green #3CB513
Tints of Kelly Green #3CB513
RGB
CMYK
RGB Variations
Color information
#3CB513 (or 0x3CB513) is known color: Kelly Green. HEX triplet: 3C, B5 and 13. RGB value is (60,181,19). Sum of RGB (Red+Green+Blue) = 60+181+19=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 181 (71.09% from 255 or 69.62% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB513 is #C34AEC. Grayscale: #7E7E7E. Windows color (decimal): -12798701 or 1291580. OLE color: 1291580.
HSL color Cylindrical-coordinate representation of color #3CB513: hue angle of 104.81º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CB513 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 19 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.29 |
| HSL | 104.81º | 0.81% | 0.39% | - |
| HSV(B) | 104.81º | 0.9% | 0.71% | - |
| XYZ | 18.5 | 34.06 | 6.21 | - |
| YUV | 126.35 | 67.41 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 19 | 0.67 | 0 | 0.90 | 0.29 | 104.81 | 0.81 | 0.39 |
| Hex | 3C | B5 | 13 | 43 | 0 | 5A | 1D | 69 | 51 | 27 |
| Octal | 74 | 265 | 23 | 103 | 0 | 132 | 35 | 151 | 121 | 47 |
| Binary | 111100 | 10110101 | 10011 | 1000011 | 0 | 1011010 | 11101 | 1101001 | 1010001 | 100111 |
Color Harmonies of #3CB513
Complementary color
Monochromatic Colors of #3CB513
Black with #3CB513
Text Example
Text Example
White with #3CB513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB513; }
p { color: rgb(60,181,19); }
H1.HeaderClassName
{
color: #3CB513;
}
.AnyTagClassName
{
color: #3CB513;
}
</style>
background-color css
<style>
a { background-color: #3CB513; }
a { background-color: rgb(60,181,19); }
div.DivClassName
{
background-color: #3CB513;
}
.BgClassName
{
background-color: #3CB513;
}
</style>
border-color css
<style>
span { border-color: #3CB513; }
span { border-color: rgb(60,181,19); }
td.TdClassName
{
border-color: #3CB513;
}
.TagClassName
{
border-color: #3CB513;
}
</style>