Shades of Kelly Green #3CB221
Tints of Kelly Green #3CB221
RGB
CMYK
RGB Variations
Color information
#3CB221 (or 0x3CB221) is known color: Kelly Green. HEX triplet: 3C, B2 and 21. RGB value is (60,178,33). Sum of RGB (Red+Green+Blue) = 60+178+33=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 178 (69.92% from 255 or 65.68% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB221 is #C34DDE. Grayscale: #7E7E7E. Windows color (decimal): -12799455 or 2208316. OLE color: 2208316.
HSL color Cylindrical-coordinate representation of color #3CB221: hue angle of 108.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3CB221 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 33 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.30 |
| HSL | 108.83º | 0.69% | 0.41% | - |
| HSV(B) | 108.83º | 0.81% | 0.7% | - |
| XYZ | 18.06 | 32.91 | 6.84 | - |
| YUV | 126.19 | 75.41 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 33 | 0.66 | 0 | 0.81 | 0.30 | 108.83 | 0.69 | 0.41 |
| Hex | 3C | B2 | 21 | 42 | 0 | 51 | 1E | 6D | 45 | 29 |
| Octal | 74 | 262 | 41 | 102 | 0 | 121 | 36 | 155 | 105 | 51 |
| Binary | 111100 | 10110010 | 100001 | 1000010 | 0 | 1010001 | 11110 | 1101101 | 1000101 | 101001 |
Color Harmonies of #3CB221
Complementary color
Monochromatic Colors of #3CB221
Black with #3CB221
Text Example
Text Example
White with #3CB221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB221; }
p { color: rgb(60,178,33); }
H1.HeaderClassName
{
color: #3CB221;
}
.AnyTagClassName
{
color: #3CB221;
}
</style>
background-color css
<style>
a { background-color: #3CB221; }
a { background-color: rgb(60,178,33); }
div.DivClassName
{
background-color: #3CB221;
}
.BgClassName
{
background-color: #3CB221;
}
</style>
border-color css
<style>
span { border-color: #3CB221; }
span { border-color: rgb(60,178,33); }
td.TdClassName
{
border-color: #3CB221;
}
.TagClassName
{
border-color: #3CB221;
}
</style>