Shades of Lime Green #3CC245
Tints of Lime Green #3CC245
RGB
CMYK
RGB Variations
Color information
#3CC245 (or 0x3CC245) is known color: Lime Green. HEX triplet: 3C, C2 and 45. RGB value is (60,194,69). Sum of RGB (Red+Green+Blue) = 60+194+69=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC245 is #C33DBA. Grayscale: #8C8C8C. Windows color (decimal): -12795323 or 4571708. OLE color: 4571708.
HSL color Cylindrical-coordinate representation of color #3CC245: hue angle of 124.03º 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 #3CC245 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 69 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.24 |
| HSL | 124.03º | 0.53% | 0.5% | - |
| HSV(B) | 124.03º | 0.69% | 0.76% | - |
| XYZ | 22.23 | 39.97 | 12.17 | - |
| YUV | 139.68 | 88.11 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 69 | 0.69 | 0 | 0.64 | 0.24 | 124.03 | 0.53 | 0.5 |
| Hex | 3C | C2 | 45 | 45 | 0 | 40 | 18 | 7C | 35 | 32 |
| Octal | 74 | 302 | 105 | 105 | 0 | 100 | 30 | 174 | 65 | 62 |
| Binary | 111100 | 11000010 | 1000101 | 1000101 | 0 | 1000000 | 11000 | 1111100 | 110101 | 110010 |
Color Harmonies of #3CC245
Complementary color
Monochromatic Colors of #3CC245
Black with #3CC245
Text Example
Text Example
White with #3CC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC245; }
p { color: rgb(60,194,69); }
H1.HeaderClassName
{
color: #3CC245;
}
.AnyTagClassName
{
color: #3CC245;
}
</style>
background-color css
<style>
a { background-color: #3CC245; }
a { background-color: rgb(60,194,69); }
div.DivClassName
{
background-color: #3CC245;
}
.BgClassName
{
background-color: #3CC245;
}
</style>
border-color css
<style>
span { border-color: #3CC245; }
span { border-color: rgb(60,194,69); }
td.TdClassName
{
border-color: #3CC245;
}
.TagClassName
{
border-color: #3CC245;
}
</style>