Shades of Lime Green #3CD42F
Tints of Lime Green #3CD42F
RGB
CMYK
RGB Variations
Color information
#3CD42F (or 0x3CD42F) is known color: Lime Green. HEX triplet: 3C, D4 and 2F. RGB value is (60,212,47). Sum of RGB (Red+Green+Blue) = 60+212+47=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 212 (83.20% from 255 or 66.46% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD42F is #C32BD0. Grayscale: #949494. Windows color (decimal): -12790737 or 3134524. OLE color: 3134524.
HSL color Cylindrical-coordinate representation of color #3CD42F: hue angle of 115.27º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CD42F is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 212 | 47 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.17 |
| HSL | 115.27º | 0.66% | 0.51% | - |
| HSV(B) | 115.27º | 0.78% | 0.83% | - |
| XYZ | 25.92 | 48.25 | 10.64 | - |
| YUV | 147.74 | 71.14 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 212 | 47 | 0.72 | 0 | 0.78 | 0.17 | 115.27 | 0.66 | 0.51 |
| Hex | 3C | D4 | 2F | 48 | 0 | 4E | 11 | 73 | 42 | 33 |
| Octal | 74 | 324 | 57 | 110 | 0 | 116 | 21 | 163 | 102 | 63 |
| Binary | 111100 | 11010100 | 101111 | 1001000 | 0 | 1001110 | 10001 | 1110011 | 1000010 | 110011 |
Color Harmonies of #3CD42F
Complementary color
Monochromatic Colors of #3CD42F
Black with #3CD42F
Text Example
Text Example
White with #3CD42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD42F; }
p { color: rgb(60,212,47); }
H1.HeaderClassName
{
color: #3CD42F;
}
.AnyTagClassName
{
color: #3CD42F;
}
</style>
background-color css
<style>
a { background-color: #3CD42F; }
a { background-color: rgb(60,212,47); }
div.DivClassName
{
background-color: #3CD42F;
}
.BgClassName
{
background-color: #3CD42F;
}
</style>
border-color css
<style>
span { border-color: #3CD42F; }
span { border-color: rgb(60,212,47); }
td.TdClassName
{
border-color: #3CD42F;
}
.TagClassName
{
border-color: #3CD42F;
}
</style>