Shades of Kelly Green #3CB003
Tints of Kelly Green #3CB003
RGB
CMYK
RGB Variations
Color information
#3CB003 (or 0x3CB003) is known color: Kelly Green. HEX triplet: 3C, B0 and 03. RGB value is (60,176,3). Sum of RGB (Red+Green+Blue) = 60+176+3=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 176 (69.14% from 255 or 73.64% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CB003 is #C34FFC. Grayscale: #7A7A7A. Windows color (decimal): -12799997 or 241724. OLE color: 241724.
HSL color Cylindrical-coordinate representation of color #3CB003: hue angle of 100.23º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CB003 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 176 | 3 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.31 |
| HSL | 100.23º | 0.97% | 0.35% | - |
| HSV(B) | 100.23º | 0.98% | 0.69% | - |
| XYZ | 17.41 | 32.02 | 5.35 | - |
| YUV | 121.59 | 61.07 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 3 | 0.66 | 0 | 0.98 | 0.31 | 100.23 | 0.97 | 0.35 |
| Hex | 3C | B0 | 3 | 42 | 0 | 62 | 1F | 64 | 61 | 23 |
| Octal | 74 | 260 | 3 | 102 | 0 | 142 | 37 | 144 | 141 | 43 |
| Binary | 111100 | 10110000 | 11 | 1000010 | 0 | 1100010 | 11111 | 1100100 | 1100001 | 100011 |
Color Harmonies of #3CB003
Complementary color
Monochromatic Colors of #3CB003
Black with #3CB003
Text Example
Text Example
White with #3CB003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB003; }
p { color: rgb(60,176,3); }
H1.HeaderClassName
{
color: #3CB003;
}
.AnyTagClassName
{
color: #3CB003;
}
</style>
background-color css
<style>
a { background-color: #3CB003; }
a { background-color: rgb(60,176,3); }
div.DivClassName
{
background-color: #3CB003;
}
.BgClassName
{
background-color: #3CB003;
}
</style>
border-color css
<style>
span { border-color: #3CB003; }
span { border-color: rgb(60,176,3); }
td.TdClassName
{
border-color: #3CB003;
}
.TagClassName
{
border-color: #3CB003;
}
</style>