Shades of Kelly Green #3CB007
Tints of Kelly Green #3CB007
RGB
CMYK
RGB Variations
Color information
#3CB007 (or 0x3CB007) is known color: Kelly Green. HEX triplet: 3C, B0 and 07. RGB value is (60,176,7). Sum of RGB (Red+Green+Blue) = 60+176+7=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 176 (69.14% from 255 or 72.43% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB007 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CB007 is #C34FF8. Grayscale: #7A7A7A. Windows color (decimal): -12799993 or 503868. OLE color: 503868.
HSL color Cylindrical-coordinate representation of color #3CB007: hue angle of 101.18º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CB007 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 176 | 7 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.31 |
| HSL | 101.18º | 0.92% | 0.36% | - |
| HSV(B) | 101.18º | 0.96% | 0.69% | - |
| XYZ | 17.43 | 32.03 | 5.46 | - |
| YUV | 122.05 | 63.07 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 7 | 0.66 | 0 | 0.96 | 0.31 | 101.18 | 0.92 | 0.36 |
| Hex | 3C | B0 | 7 | 42 | 0 | 60 | 1F | 65 | 5C | 24 |
| Octal | 74 | 260 | 7 | 102 | 0 | 140 | 37 | 145 | 134 | 44 |
| Binary | 111100 | 10110000 | 111 | 1000010 | 0 | 1100000 | 11111 | 1100101 | 1011100 | 100100 |
Color Harmonies of #3CB007
Complementary color
Monochromatic Colors of #3CB007
Black with #3CB007
Text Example
Text Example
White with #3CB007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB007; }
p { color: rgb(60,176,7); }
H1.HeaderClassName
{
color: #3CB007;
}
.AnyTagClassName
{
color: #3CB007;
}
</style>
background-color css
<style>
a { background-color: #3CB007; }
a { background-color: rgb(60,176,7); }
div.DivClassName
{
background-color: #3CB007;
}
.BgClassName
{
background-color: #3CB007;
}
</style>
border-color css
<style>
span { border-color: #3CB007; }
span { border-color: rgb(60,176,7); }
td.TdClassName
{
border-color: #3CB007;
}
.TagClassName
{
border-color: #3CB007;
}
</style>