Shades of Lime Green #3CC249
Tints of Lime Green #3CC249
RGB
CMYK
RGB Variations
Color information
#3CC249 (or 0x3CC249) is known color: Lime Green. HEX triplet: 3C, C2 and 49. RGB value is (60,194,73). Sum of RGB (Red+Green+Blue) = 60+194+73=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC249 is #C33DB6. Grayscale: #8C8C8C. Windows color (decimal): -12795319 or 4833852. OLE color: 4833852.
HSL color Cylindrical-coordinate representation of color #3CC249: hue angle of 125.82º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC249 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 73 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.24 |
| HSL | 125.82º | 0.53% | 0.5% | - |
| HSV(B) | 125.82º | 0.69% | 0.76% | - |
| XYZ | 22.36 | 40.03 | 12.85 | - |
| YUV | 140.14 | 90.11 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 73 | 0.69 | 0 | 0.62 | 0.24 | 125.82 | 0.53 | 0.5 |
| Hex | 3C | C2 | 49 | 45 | 0 | 3E | 18 | 7E | 35 | 32 |
| Octal | 74 | 302 | 111 | 105 | 0 | 76 | 30 | 176 | 65 | 62 |
| Binary | 111100 | 11000010 | 1001001 | 1000101 | 0 | 111110 | 11000 | 1111110 | 110101 | 110010 |
Color Harmonies of #3CC249
Complementary color
Monochromatic Colors of #3CC249
Black with #3CC249
Text Example
Text Example
White with #3CC249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC249; }
p { color: rgb(60,194,73); }
H1.HeaderClassName
{
color: #3CC249;
}
.AnyTagClassName
{
color: #3CC249;
}
</style>
background-color css
<style>
a { background-color: #3CC249; }
a { background-color: rgb(60,194,73); }
div.DivClassName
{
background-color: #3CC249;
}
.BgClassName
{
background-color: #3CC249;
}
</style>
border-color css
<style>
span { border-color: #3CC249; }
span { border-color: rgb(60,194,73); }
td.TdClassName
{
border-color: #3CC249;
}
.TagClassName
{
border-color: #3CC249;
}
</style>