Shades of Lime Green #40EF3C
Tints of Lime Green #40EF3C
RGB
CMYK
RGB Variations
Color information
#40EF3C (or 0x40EF3C) is known color: Lime Green. HEX triplet: 40, EF and 3C. RGB value is (64,239,60). Sum of RGB (Red+Green+Blue) = 64+239+60=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 239 (93.75% from 255 or 65.84% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EF3C is #BF10C3. Grayscale: #A6A6A6. Windows color (decimal): -12521668 or 3993408. OLE color: 3993408.
HSL color Cylindrical-coordinate representation of color #40EF3C: hue angle of 118.66º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40EF3C is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 60 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.06 |
| HSL | 118.66º | 0.85% | 0.59% | - |
| HSV(B) | 118.66º | 0.75% | 0.94% | - |
| XYZ | 33.8 | 63.15 | 14.68 | - |
| YUV | 166.27 | 68.02 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 60 | 0.73 | 0 | 0.75 | 0.06 | 118.66 | 0.85 | 0.59 |
| Hex | 40 | EF | 3C | 49 | 0 | 4B | 6 | 77 | 55 | 3B |
| Octal | 100 | 357 | 74 | 111 | 0 | 113 | 6 | 167 | 125 | 73 |
| Binary | 1000000 | 11101111 | 111100 | 1001001 | 0 | 1001011 | 110 | 1110111 | 1010101 | 111011 |
Color Harmonies of #40EF3C
Complementary color
Monochromatic Colors of #40EF3C
Black with #40EF3C
Text Example
Text Example
White with #40EF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EF3C; }
p { color: rgb(64,239,60); }
H1.HeaderClassName
{
color: #40EF3C;
}
.AnyTagClassName
{
color: #40EF3C;
}
</style>
background-color css
<style>
a { background-color: #40EF3C; }
a { background-color: rgb(64,239,60); }
div.DivClassName
{
background-color: #40EF3C;
}
.BgClassName
{
background-color: #40EF3C;
}
</style>
border-color css
<style>
span { border-color: #40EF3C; }
span { border-color: rgb(64,239,60); }
td.TdClassName
{
border-color: #40EF3C;
}
.TagClassName
{
border-color: #40EF3C;
}
</style>