Shades of Kelly Green #3CB027
Tints of Kelly Green #3CB027
RGB
CMYK
RGB Variations
Color information
#3CB027 (or 0x3CB027) is known color: Kelly Green. HEX triplet: 3C, B0 and 27. RGB value is (60,176,39). Sum of RGB (Red+Green+Blue) = 60+176+39=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 176 (69.14% from 255 or 64% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB027 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB027 is #C34FD8. Grayscale: #7E7E7E. Windows color (decimal): -12799961 or 2601020. OLE color: 2601020.
HSL color Cylindrical-coordinate representation of color #3CB027: hue angle of 110.8º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CB027 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 176 | 39 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.31 |
| HSL | 110.8º | 0.64% | 0.42% | - |
| HSV(B) | 110.8º | 0.78% | 0.69% | - |
| XYZ | 17.76 | 32.16 | 7.19 | - |
| YUV | 125.7 | 79.07 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 39 | 0.66 | 0 | 0.78 | 0.31 | 110.8 | 0.64 | 0.42 |
| Hex | 3C | B0 | 27 | 42 | 0 | 4E | 1F | 6F | 40 | 2A |
| Octal | 74 | 260 | 47 | 102 | 0 | 116 | 37 | 157 | 100 | 52 |
| Binary | 111100 | 10110000 | 100111 | 1000010 | 0 | 1001110 | 11111 | 1101111 | 1000000 | 101010 |
Color Harmonies of #3CB027
Complementary color
Monochromatic Colors of #3CB027
Black with #3CB027
Text Example
Text Example
White with #3CB027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB027; }
p { color: rgb(60,176,39); }
H1.HeaderClassName
{
color: #3CB027;
}
.AnyTagClassName
{
color: #3CB027;
}
</style>
background-color css
<style>
a { background-color: #3CB027; }
a { background-color: rgb(60,176,39); }
div.DivClassName
{
background-color: #3CB027;
}
.BgClassName
{
background-color: #3CB027;
}
</style>
border-color css
<style>
span { border-color: #3CB027; }
span { border-color: rgb(60,176,39); }
td.TdClassName
{
border-color: #3CB027;
}
.TagClassName
{
border-color: #3CB027;
}
</style>