Shades of Lime Green #3CDF2F
Tints of Lime Green #3CDF2F
RGB
CMYK
RGB Variations
Color information
#3CDF2F (or 0x3CDF2F) is known color: Lime Green. HEX triplet: 3C, DF and 2F. RGB value is (60,223,47). Sum of RGB (Red+Green+Blue) = 60+223+47=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 223 (87.5% from 255 or 67.58% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDF2F is #C320D0. Grayscale: #9A9A9A. Windows color (decimal): -12787921 or 3137340. OLE color: 3137340.
HSL color Cylindrical-coordinate representation of color #3CDF2F: hue angle of 115.57º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CDF2F is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 47 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.13 |
| HSL | 115.57º | 0.73% | 0.53% | - |
| HSV(B) | 115.57º | 0.79% | 0.87% | - |
| XYZ | 28.76 | 53.94 | 11.59 | - |
| YUV | 154.2 | 67.5 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 47 | 0.73 | 0 | 0.79 | 0.13 | 115.57 | 0.73 | 0.53 |
| Hex | 3C | DF | 2F | 49 | 0 | 4F | D | 74 | 49 | 35 |
| Octal | 74 | 337 | 57 | 111 | 0 | 117 | 15 | 164 | 111 | 65 |
| Binary | 111100 | 11011111 | 101111 | 1001001 | 0 | 1001111 | 1101 | 1110100 | 1001001 | 110101 |
Color Harmonies of #3CDF2F
Complementary color
Monochromatic Colors of #3CDF2F
Black with #3CDF2F
Text Example
Text Example
White with #3CDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF2F; }
p { color: rgb(60,223,47); }
H1.HeaderClassName
{
color: #3CDF2F;
}
.AnyTagClassName
{
color: #3CDF2F;
}
</style>
background-color css
<style>
a { background-color: #3CDF2F; }
a { background-color: rgb(60,223,47); }
div.DivClassName
{
background-color: #3CDF2F;
}
.BgClassName
{
background-color: #3CDF2F;
}
</style>
border-color css
<style>
span { border-color: #3CDF2F; }
span { border-color: rgb(60,223,47); }
td.TdClassName
{
border-color: #3CDF2F;
}
.TagClassName
{
border-color: #3CDF2F;
}
</style>