Shades of Lime Green #3CCA46
Tints of Lime Green #3CCA46
RGB
CMYK
RGB Variations
Color information
#3CCA46 (or 0x3CCA46) is known color: Lime Green. HEX triplet: 3C, CA and 46. RGB value is (60,202,70). Sum of RGB (Red+Green+Blue) = 60+202+70=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCA46 is #C335B9. Grayscale: #909090. Windows color (decimal): -12793274 or 4639292. OLE color: 4639292.
HSL color Cylindrical-coordinate representation of color #3CCA46: hue angle of 124.23º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCA46 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 70 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.21 |
| HSL | 124.23º | 0.57% | 0.51% | - |
| HSV(B) | 124.23º | 0.7% | 0.79% | - |
| XYZ | 24.09 | 43.64 | 12.95 | - |
| YUV | 144.49 | 85.96 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 70 | 0.70 | 0 | 0.65 | 0.21 | 124.23 | 0.57 | 0.51 |
| Hex | 3C | CA | 46 | 46 | 0 | 41 | 15 | 7C | 39 | 33 |
| Octal | 74 | 312 | 106 | 106 | 0 | 101 | 25 | 174 | 71 | 63 |
| Binary | 111100 | 11001010 | 1000110 | 1000110 | 0 | 1000001 | 10101 | 1111100 | 111001 | 110011 |
Color Harmonies of #3CCA46
Complementary color
Monochromatic Colors of #3CCA46
Black with #3CCA46
Text Example
Text Example
White with #3CCA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA46; }
p { color: rgb(60,202,70); }
H1.HeaderClassName
{
color: #3CCA46;
}
.AnyTagClassName
{
color: #3CCA46;
}
</style>
background-color css
<style>
a { background-color: #3CCA46; }
a { background-color: rgb(60,202,70); }
div.DivClassName
{
background-color: #3CCA46;
}
.BgClassName
{
background-color: #3CCA46;
}
</style>
border-color css
<style>
span { border-color: #3CCA46; }
span { border-color: rgb(60,202,70); }
td.TdClassName
{
border-color: #3CCA46;
}
.TagClassName
{
border-color: #3CCA46;
}
</style>