Shades of Lime Green #3CCA2A
Tints of Lime Green #3CCA2A
RGB
CMYK
RGB Variations
Color information
#3CCA2A (or 0x3CCA2A) is known color: Lime Green. HEX triplet: 3C, CA and 2A. RGB value is (60,202,42). Sum of RGB (Red+Green+Blue) = 60+202+42=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 202 (79.30% from 255 or 66.45% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCA2A is #C335D5. Grayscale: #8D8D8D. Windows color (decimal): -12793302 or 2804284. OLE color: 2804284.
HSL color Cylindrical-coordinate representation of color #3CCA2A: hue angle of 113.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CCA2A is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 42 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.21 |
| HSL | 113.25º | 0.66% | 0.48% | - |
| HSV(B) | 113.25º | 0.79% | 0.79% | - |
| XYZ | 23.4 | 43.37 | 9.33 | - |
| YUV | 141.3 | 71.96 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 42 | 0.70 | 0 | 0.79 | 0.21 | 113.25 | 0.66 | 0.48 |
| Hex | 3C | CA | 2A | 46 | 0 | 4F | 15 | 71 | 42 | 30 |
| Octal | 74 | 312 | 52 | 106 | 0 | 117 | 25 | 161 | 102 | 60 |
| Binary | 111100 | 11001010 | 101010 | 1000110 | 0 | 1001111 | 10101 | 1110001 | 1000010 | 110000 |
Color Harmonies of #3CCA2A
Complementary color
Monochromatic Colors of #3CCA2A
Black with #3CCA2A
Text Example
Text Example
White with #3CCA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA2A; }
p { color: rgb(60,202,42); }
H1.HeaderClassName
{
color: #3CCA2A;
}
.AnyTagClassName
{
color: #3CCA2A;
}
</style>
background-color css
<style>
a { background-color: #3CCA2A; }
a { background-color: rgb(60,202,42); }
div.DivClassName
{
background-color: #3CCA2A;
}
.BgClassName
{
background-color: #3CCA2A;
}
</style>
border-color css
<style>
span { border-color: #3CCA2A; }
span { border-color: rgb(60,202,42); }
td.TdClassName
{
border-color: #3CCA2A;
}
.TagClassName
{
border-color: #3CCA2A;
}
</style>