Shades of Kelly Green #3CAD1B
Tints of Kelly Green #3CAD1B
RGB
CMYK
RGB Variations
Color information
#3CAD1B (or 0x3CAD1B) is known color: Kelly Green. HEX triplet: 3C, AD and 1B. RGB value is (60,173,27). Sum of RGB (Red+Green+Blue) = 60+173+27=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 173 (67.97% from 255 or 66.54% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAD1B is #C352E4. Grayscale: #7B7B7B. Windows color (decimal): -12800741 or 1813820. OLE color: 1813820.
HSL color Cylindrical-coordinate representation of color #3CAD1B: hue angle of 106.44º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CAD1B is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 173 | 27 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.32 |
| HSL | 106.44º | 0.73% | 0.39% | - |
| HSV(B) | 106.44º | 0.84% | 0.68% | - |
| XYZ | 17 | 30.93 | 6.11 | - |
| YUV | 122.57 | 74.06 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 27 | 0.65 | 0 | 0.84 | 0.32 | 106.44 | 0.73 | 0.39 |
| Hex | 3C | AD | 1B | 41 | 0 | 54 | 20 | 6A | 49 | 27 |
| Octal | 74 | 255 | 33 | 101 | 0 | 124 | 40 | 152 | 111 | 47 |
| Binary | 111100 | 10101101 | 11011 | 1000001 | 0 | 1010100 | 100000 | 1101010 | 1001001 | 100111 |
Color Harmonies of #3CAD1B
Complementary color
Monochromatic Colors of #3CAD1B
Black with #3CAD1B
Text Example
Text Example
White with #3CAD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAD1B; }
p { color: rgb(60,173,27); }
H1.HeaderClassName
{
color: #3CAD1B;
}
.AnyTagClassName
{
color: #3CAD1B;
}
</style>
background-color css
<style>
a { background-color: #3CAD1B; }
a { background-color: rgb(60,173,27); }
div.DivClassName
{
background-color: #3CAD1B;
}
.BgClassName
{
background-color: #3CAD1B;
}
</style>
border-color css
<style>
span { border-color: #3CAD1B; }
span { border-color: rgb(60,173,27); }
td.TdClassName
{
border-color: #3CAD1B;
}
.TagClassName
{
border-color: #3CAD1B;
}
</style>