Shades of Kelly Green #3CB707
Tints of Kelly Green #3CB707
RGB
CMYK
RGB Variations
Color information
#3CB707 (or 0x3CB707) is known color: Kelly Green. HEX triplet: 3C, B7 and 07. RGB value is (60,183,7). Sum of RGB (Red+Green+Blue) = 60+183+7=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 183 (71.88% from 255 or 73.2% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB707 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB707 is #C348F8. Grayscale: #7E7E7E. Windows color (decimal): -12798201 or 505660. OLE color: 505660.
HSL color Cylindrical-coordinate representation of color #3CB707: hue angle of 101.93º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CB707 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 7 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.28 |
| HSL | 101.93º | 0.93% | 0.37% | - |
| HSV(B) | 101.93º | 0.96% | 0.72% | - |
| XYZ | 18.84 | 34.84 | 5.93 | - |
| YUV | 126.16 | 60.75 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 7 | 0.67 | 0 | 0.96 | 0.28 | 101.93 | 0.93 | 0.37 |
| Hex | 3C | B7 | 7 | 43 | 0 | 60 | 1C | 66 | 5D | 25 |
| Octal | 74 | 267 | 7 | 103 | 0 | 140 | 34 | 146 | 135 | 45 |
| Binary | 111100 | 10110111 | 111 | 1000011 | 0 | 1100000 | 11100 | 1100110 | 1011101 | 100101 |
Color Harmonies of #3CB707
Complementary color
Monochromatic Colors of #3CB707
Black with #3CB707
Text Example
Text Example
White with #3CB707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB707; }
p { color: rgb(60,183,7); }
H1.HeaderClassName
{
color: #3CB707;
}
.AnyTagClassName
{
color: #3CB707;
}
</style>
background-color css
<style>
a { background-color: #3CB707; }
a { background-color: rgb(60,183,7); }
div.DivClassName
{
background-color: #3CB707;
}
.BgClassName
{
background-color: #3CB707;
}
</style>
border-color css
<style>
span { border-color: #3CB707; }
span { border-color: rgb(60,183,7); }
td.TdClassName
{
border-color: #3CB707;
}
.TagClassName
{
border-color: #3CB707;
}
</style>