Shades of Lime Green #3CC227
Tints of Lime Green #3CC227
RGB
CMYK
RGB Variations
Color information
#3CC227 (or 0x3CC227) is known color: Lime Green. HEX triplet: 3C, C2 and 27. RGB value is (60,194,39). Sum of RGB (Red+Green+Blue) = 60+194+39=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 194 (76.17% from 255 or 66.21% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC227 is #C33DD8. Grayscale: #888888. Windows color (decimal): -12795353 or 2605628. OLE color: 2605628.
HSL color Cylindrical-coordinate representation of color #3CC227: hue angle of 111.87º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CC227 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 39 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.24 |
| HSL | 111.87º | 0.67% | 0.46% | - |
| HSV(B) | 111.87º | 0.8% | 0.76% | - |
| XYZ | 21.52 | 39.69 | 8.45 | - |
| YUV | 136.26 | 73.11 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 39 | 0.69 | 0 | 0.80 | 0.24 | 111.87 | 0.67 | 0.46 |
| Hex | 3C | C2 | 27 | 45 | 0 | 50 | 18 | 70 | 43 | 2E |
| Octal | 74 | 302 | 47 | 105 | 0 | 120 | 30 | 160 | 103 | 56 |
| Binary | 111100 | 11000010 | 100111 | 1000101 | 0 | 1010000 | 11000 | 1110000 | 1000011 | 101110 |
Color Harmonies of #3CC227
Complementary color
Monochromatic Colors of #3CC227
Black with #3CC227
Text Example
Text Example
White with #3CC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC227; }
p { color: rgb(60,194,39); }
H1.HeaderClassName
{
color: #3CC227;
}
.AnyTagClassName
{
color: #3CC227;
}
</style>
background-color css
<style>
a { background-color: #3CC227; }
a { background-color: rgb(60,194,39); }
div.DivClassName
{
background-color: #3CC227;
}
.BgClassName
{
background-color: #3CC227;
}
</style>
border-color css
<style>
span { border-color: #3CC227; }
span { border-color: rgb(60,194,39); }
td.TdClassName
{
border-color: #3CC227;
}
.TagClassName
{
border-color: #3CC227;
}
</style>