Shades of Kelly Green #3CB228
Tints of Kelly Green #3CB228
RGB
CMYK
RGB Variations
Color information
#3CB228 (or 0x3CB228) is known color: Kelly Green. HEX triplet: 3C, B2 and 28. RGB value is (60,178,40). Sum of RGB (Red+Green+Blue) = 60+178+40=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 178 (69.92% from 255 or 64.03% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB228 is #C34DD7. Grayscale: #7F7F7F. Windows color (decimal): -12799448 or 2667068. OLE color: 2667068.
HSL color Cylindrical-coordinate representation of color #3CB228: hue angle of 111.3º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CB228 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 40 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.30 |
| HSL | 111.3º | 0.63% | 0.43% | - |
| HSV(B) | 111.3º | 0.78% | 0.7% | - |
| XYZ | 18.17 | 32.95 | 7.41 | - |
| YUV | 126.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 40 | 0.66 | 0 | 0.78 | 0.30 | 111.3 | 0.63 | 0.43 |
| Hex | 3C | B2 | 28 | 42 | 0 | 4E | 1E | 6F | 3F | 2B |
| Octal | 74 | 262 | 50 | 102 | 0 | 116 | 36 | 157 | 77 | 53 |
| Binary | 111100 | 10110010 | 101000 | 1000010 | 0 | 1001110 | 11110 | 1101111 | 111111 | 101011 |
Color Harmonies of #3CB228
Complementary color
Monochromatic Colors of #3CB228
Black with #3CB228
Text Example
Text Example
White with #3CB228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB228; }
p { color: rgb(60,178,40); }
H1.HeaderClassName
{
color: #3CB228;
}
.AnyTagClassName
{
color: #3CB228;
}
</style>
background-color css
<style>
a { background-color: #3CB228; }
a { background-color: rgb(60,178,40); }
div.DivClassName
{
background-color: #3CB228;
}
.BgClassName
{
background-color: #3CB228;
}
</style>
border-color css
<style>
span { border-color: #3CB228; }
span { border-color: rgb(60,178,40); }
td.TdClassName
{
border-color: #3CB228;
}
.TagClassName
{
border-color: #3CB228;
}
</style>