Shades of Lime Green #3CDF4A
Tints of Lime Green #3CDF4A
RGB
CMYK
RGB Variations
Color information
#3CDF4A (or 0x3CDF4A) is known color: Lime Green. HEX triplet: 3C, DF and 4A. RGB value is (60,223,74). Sum of RGB (Red+Green+Blue) = 60+223+74=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 223 (87.5% from 255 or 62.46% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDF4A is #C320B5. Grayscale: #9D9D9D. Windows color (decimal): -12787894 or 4906812. OLE color: 4906812.
HSL color Cylindrical-coordinate representation of color #3CDF4A: hue angle of 125.15º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDF4A is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 74 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.13 |
| HSL | 125.15º | 0.72% | 0.55% | - |
| HSV(B) | 125.15º | 0.73% | 0.87% | - |
| XYZ | 29.49 | 54.23 | 15.39 | - |
| YUV | 157.28 | 81 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 74 | 0.73 | 0 | 0.67 | 0.13 | 125.15 | 0.72 | 0.55 |
| Hex | 3C | DF | 4A | 49 | 0 | 43 | D | 7D | 48 | 37 |
| Octal | 74 | 337 | 112 | 111 | 0 | 103 | 15 | 175 | 110 | 67 |
| Binary | 111100 | 11011111 | 1001010 | 1001001 | 0 | 1000011 | 1101 | 1111101 | 1001000 | 110111 |
Color Harmonies of #3CDF4A
Complementary color
Monochromatic Colors of #3CDF4A
Black with #3CDF4A
Text Example
Text Example
White with #3CDF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF4A; }
p { color: rgb(60,223,74); }
H1.HeaderClassName
{
color: #3CDF4A;
}
.AnyTagClassName
{
color: #3CDF4A;
}
</style>
background-color css
<style>
a { background-color: #3CDF4A; }
a { background-color: rgb(60,223,74); }
div.DivClassName
{
background-color: #3CDF4A;
}
.BgClassName
{
background-color: #3CDF4A;
}
</style>
border-color css
<style>
span { border-color: #3CDF4A; }
span { border-color: rgb(60,223,74); }
td.TdClassName
{
border-color: #3CDF4A;
}
.TagClassName
{
border-color: #3CDF4A;
}
</style>