Shades of Kelly Green #3CAA1B
Tints of Kelly Green #3CAA1B
RGB
CMYK
RGB Variations
Color information
#3CAA1B (or 0x3CAA1B) is known color: Kelly Green. HEX triplet: 3C, AA and 1B. RGB value is (60,170,27). Sum of RGB (Red+Green+Blue) = 60+170+27=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 170 (66.80% from 255 or 66.15% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA1B is #C355E4. Grayscale: #797979. Windows color (decimal): -12801509 or 1813052. OLE color: 1813052.
HSL color Cylindrical-coordinate representation of color #3CAA1B: hue angle of 106.15º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CAA1B is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 27 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.33 |
| HSL | 106.15º | 0.73% | 0.39% | - |
| HSV(B) | 106.15º | 0.84% | 0.67% | - |
| XYZ | 16.44 | 29.79 | 5.92 | - |
| YUV | 120.81 | 75.06 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 27 | 0.65 | 0 | 0.84 | 0.33 | 106.15 | 0.73 | 0.39 |
| Hex | 3C | AA | 1B | 41 | 0 | 54 | 21 | 6A | 49 | 27 |
| Octal | 74 | 252 | 33 | 101 | 0 | 124 | 41 | 152 | 111 | 47 |
| Binary | 111100 | 10101010 | 11011 | 1000001 | 0 | 1010100 | 100001 | 1101010 | 1001001 | 100111 |
Color Harmonies of #3CAA1B
Complementary color
Monochromatic Colors of #3CAA1B
Black with #3CAA1B
Text Example
Text Example
White with #3CAA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA1B; }
p { color: rgb(60,170,27); }
H1.HeaderClassName
{
color: #3CAA1B;
}
.AnyTagClassName
{
color: #3CAA1B;
}
</style>
background-color css
<style>
a { background-color: #3CAA1B; }
a { background-color: rgb(60,170,27); }
div.DivClassName
{
background-color: #3CAA1B;
}
.BgClassName
{
background-color: #3CAA1B;
}
</style>
border-color css
<style>
span { border-color: #3CAA1B; }
span { border-color: rgb(60,170,27); }
td.TdClassName
{
border-color: #3CAA1B;
}
.TagClassName
{
border-color: #3CAA1B;
}
</style>