Shades of Kelly Green #3CB320
Tints of Kelly Green #3CB320
RGB
CMYK
RGB Variations
Color information
#3CB320 (or 0x3CB320) is known color: Kelly Green. HEX triplet: 3C, B3 and 20. RGB value is (60,179,32). Sum of RGB (Red+Green+Blue) = 60+179+32=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 179 (70.31% from 255 or 66.05% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB320 is #C34CDF. Grayscale: #7F7F7F. Windows color (decimal): -12799200 or 2143036. OLE color: 2143036.
HSL color Cylindrical-coordinate representation of color #3CB320: hue angle of 108.57º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CB320 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 179 | 32 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.30 |
| HSL | 108.57º | 0.7% | 0.41% | - |
| HSV(B) | 108.57º | 0.82% | 0.7% | - |
| XYZ | 18.24 | 33.31 | 6.83 | - |
| YUV | 126.66 | 74.58 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 179 | 32 | 0.66 | 0 | 0.82 | 0.30 | 108.57 | 0.7 | 0.41 |
| Hex | 3C | B3 | 20 | 42 | 0 | 52 | 1E | 6D | 46 | 29 |
| Octal | 74 | 263 | 40 | 102 | 0 | 122 | 36 | 155 | 106 | 51 |
| Binary | 111100 | 10110011 | 100000 | 1000010 | 0 | 1010010 | 11110 | 1101101 | 1000110 | 101001 |
Color Harmonies of #3CB320
Complementary color
Monochromatic Colors of #3CB320
Black with #3CB320
Text Example
Text Example
White with #3CB320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB320; }
p { color: rgb(60,179,32); }
H1.HeaderClassName
{
color: #3CB320;
}
.AnyTagClassName
{
color: #3CB320;
}
</style>
background-color css
<style>
a { background-color: #3CB320; }
a { background-color: rgb(60,179,32); }
div.DivClassName
{
background-color: #3CB320;
}
.BgClassName
{
background-color: #3CB320;
}
</style>
border-color css
<style>
span { border-color: #3CB320; }
span { border-color: rgb(60,179,32); }
td.TdClassName
{
border-color: #3CB320;
}
.TagClassName
{
border-color: #3CB320;
}
</style>