Shades of Kelly Green #3CB205
Tints of Kelly Green #3CB205
RGB
CMYK
RGB Variations
Color information
#3CB205 (or 0x3CB205) is known color: Kelly Green. HEX triplet: 3C, B2 and 05. RGB value is (60,178,5). Sum of RGB (Red+Green+Blue) = 60+178+5=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 178 (69.92% from 255 or 73.25% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CB205 is #C34DFA. Grayscale: #7B7B7B. Windows color (decimal): -12799483 or 373308. OLE color: 373308.
HSL color Cylindrical-coordinate representation of color #3CB205: hue angle of 100.92º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CB205 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 5 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.30 |
| HSL | 100.92º | 0.95% | 0.36% | - |
| HSV(B) | 100.92º | 0.97% | 0.7% | - |
| XYZ | 17.81 | 32.81 | 5.54 | - |
| YUV | 123 | 61.41 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 5 | 0.66 | 0 | 0.97 | 0.30 | 100.92 | 0.95 | 0.36 |
| Hex | 3C | B2 | 5 | 42 | 0 | 61 | 1E | 65 | 5F | 24 |
| Octal | 74 | 262 | 5 | 102 | 0 | 141 | 36 | 145 | 137 | 44 |
| Binary | 111100 | 10110010 | 101 | 1000010 | 0 | 1100001 | 11110 | 1100101 | 1011111 | 100100 |
Color Harmonies of #3CB205
Complementary color
Monochromatic Colors of #3CB205
Black with #3CB205
Text Example
Text Example
White with #3CB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB205; }
p { color: rgb(60,178,5); }
H1.HeaderClassName
{
color: #3CB205;
}
.AnyTagClassName
{
color: #3CB205;
}
</style>
background-color css
<style>
a { background-color: #3CB205; }
a { background-color: rgb(60,178,5); }
div.DivClassName
{
background-color: #3CB205;
}
.BgClassName
{
background-color: #3CB205;
}
</style>
border-color css
<style>
span { border-color: #3CB205; }
span { border-color: rgb(60,178,5); }
td.TdClassName
{
border-color: #3CB205;
}
.TagClassName
{
border-color: #3CB205;
}
</style>