Shades of Kelly Green #3CB00B
Tints of Kelly Green #3CB00B
RGB
CMYK
RGB Variations
Color information
#3CB00B (or 0x3CB00B) is known color: Kelly Green. HEX triplet: 3C, B0 and 0B. RGB value is (60,176,11). Sum of RGB (Red+Green+Blue) = 60+176+11=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 176 (69.14% from 255 or 71.26% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB00B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CB00B is #C34FF4. Grayscale: #7B7B7B. Windows color (decimal): -12799989 or 766012. OLE color: 766012.
HSL color Cylindrical-coordinate representation of color #3CB00B: hue angle of 102.18º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CB00B is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 176 | 11 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.31 |
| HSL | 102.18º | 0.88% | 0.37% | - |
| HSV(B) | 102.18º | 0.94% | 0.69% | - |
| XYZ | 17.45 | 32.04 | 5.58 | - |
| YUV | 122.51 | 65.07 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 11 | 0.66 | 0 | 0.94 | 0.31 | 102.18 | 0.88 | 0.37 |
| Hex | 3C | B0 | B | 42 | 0 | 5E | 1F | 66 | 58 | 25 |
| Octal | 74 | 260 | 13 | 102 | 0 | 136 | 37 | 146 | 130 | 45 |
| Binary | 111100 | 10110000 | 1011 | 1000010 | 0 | 1011110 | 11111 | 1100110 | 1011000 | 100101 |
Color Harmonies of #3CB00B
Complementary color
Monochromatic Colors of #3CB00B
Black with #3CB00B
Text Example
Text Example
White with #3CB00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB00B; }
p { color: rgb(60,176,11); }
H1.HeaderClassName
{
color: #3CB00B;
}
.AnyTagClassName
{
color: #3CB00B;
}
</style>
background-color css
<style>
a { background-color: #3CB00B; }
a { background-color: rgb(60,176,11); }
div.DivClassName
{
background-color: #3CB00B;
}
.BgClassName
{
background-color: #3CB00B;
}
</style>
border-color css
<style>
span { border-color: #3CB00B; }
span { border-color: rgb(60,176,11); }
td.TdClassName
{
border-color: #3CB00B;
}
.TagClassName
{
border-color: #3CB00B;
}
</style>