Shades of Lime Green #3CCA2F
Tints of Lime Green #3CCA2F
RGB
CMYK
RGB Variations
Color information
#3CCA2F (or 0x3CCA2F) is known color: Lime Green. HEX triplet: 3C, CA and 2F. RGB value is (60,202,47). Sum of RGB (Red+Green+Blue) = 60+202+47=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 202 (79.30% from 255 or 65.37% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCA2F is #C335D0. Grayscale: #8E8E8E. Windows color (decimal): -12793297 or 3131964. OLE color: 3131964.
HSL color Cylindrical-coordinate representation of color #3CCA2F: hue angle of 114.97º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CCA2F is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 47 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.21 |
| HSL | 114.97º | 0.62% | 0.49% | - |
| HSV(B) | 114.97º | 0.77% | 0.79% | - |
| XYZ | 23.5 | 43.41 | 9.83 | - |
| YUV | 141.87 | 74.46 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 47 | 0.70 | 0 | 0.77 | 0.21 | 114.97 | 0.62 | 0.49 |
| Hex | 3C | CA | 2F | 46 | 0 | 4D | 15 | 73 | 3E | 31 |
| Octal | 74 | 312 | 57 | 106 | 0 | 115 | 25 | 163 | 76 | 61 |
| Binary | 111100 | 11001010 | 101111 | 1000110 | 0 | 1001101 | 10101 | 1110011 | 111110 | 110001 |
Color Harmonies of #3CCA2F
Complementary color
Monochromatic Colors of #3CCA2F
Black with #3CCA2F
Text Example
Text Example
White with #3CCA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA2F; }
p { color: rgb(60,202,47); }
H1.HeaderClassName
{
color: #3CCA2F;
}
.AnyTagClassName
{
color: #3CCA2F;
}
</style>
background-color css
<style>
a { background-color: #3CCA2F; }
a { background-color: rgb(60,202,47); }
div.DivClassName
{
background-color: #3CCA2F;
}
.BgClassName
{
background-color: #3CCA2F;
}
</style>
border-color css
<style>
span { border-color: #3CCA2F; }
span { border-color: rgb(60,202,47); }
td.TdClassName
{
border-color: #3CCA2F;
}
.TagClassName
{
border-color: #3CCA2F;
}
</style>