Shades of Kelly Green #3CB008
Tints of Kelly Green #3CB008
RGB
CMYK
RGB Variations
Color information
#3CB008 (or 0x3CB008) is known color: Kelly Green. HEX triplet: 3C, B0 and 08. RGB value is (60,176,8). Sum of RGB (Red+Green+Blue) = 60+176+8=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 176 (69.14% from 255 or 72.13% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CB008 is #C34FF7. Grayscale: #7A7A7A. Windows color (decimal): -12799992 or 569404. OLE color: 569404.
HSL color Cylindrical-coordinate representation of color #3CB008: hue angle of 101.43º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CB008 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 176 | 8 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.31 |
| HSL | 101.43º | 0.91% | 0.36% | - |
| HSV(B) | 101.43º | 0.95% | 0.69% | - |
| XYZ | 17.43 | 32.03 | 5.49 | - |
| YUV | 122.16 | 63.57 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 8 | 0.66 | 0 | 0.95 | 0.31 | 101.43 | 0.91 | 0.36 |
| Hex | 3C | B0 | 8 | 42 | 0 | 5F | 1F | 65 | 5B | 24 |
| Octal | 74 | 260 | 10 | 102 | 0 | 137 | 37 | 145 | 133 | 44 |
| Binary | 111100 | 10110000 | 1000 | 1000010 | 0 | 1011111 | 11111 | 1100101 | 1011011 | 100100 |
Color Harmonies of #3CB008
Complementary color
Monochromatic Colors of #3CB008
Black with #3CB008
Text Example
Text Example
White with #3CB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB008; }
p { color: rgb(60,176,8); }
H1.HeaderClassName
{
color: #3CB008;
}
.AnyTagClassName
{
color: #3CB008;
}
</style>
background-color css
<style>
a { background-color: #3CB008; }
a { background-color: rgb(60,176,8); }
div.DivClassName
{
background-color: #3CB008;
}
.BgClassName
{
background-color: #3CB008;
}
</style>
border-color css
<style>
span { border-color: #3CB008; }
span { border-color: rgb(60,176,8); }
td.TdClassName
{
border-color: #3CB008;
}
.TagClassName
{
border-color: #3CB008;
}
</style>