Shades of Lime Green #40E74C
Tints of Lime Green #40E74C
RGB
CMYK
RGB Variations
Color information
#40E74C (or 0x40E74C) is known color: Lime Green. HEX triplet: 40, E7 and 4C. RGB value is (64,231,76). Sum of RGB (Red+Green+Blue) = 64+231+76=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 231 (90.62% from 255 or 62.26% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 231 - color contains mainly: green. Hex color #40E74C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E74C is #BF18B3. Grayscale: #A3A3A3. Windows color (decimal): -12523700 or 5039936. OLE color: 5039936.
HSL color Cylindrical-coordinate representation of color #40E74C: hue angle of 124.31º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E74C is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 231 | 76 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.09 |
| HSL | 124.31º | 0.78% | 0.58% | - |
| HSV(B) | 124.31º | 0.72% | 0.91% | - |
| XYZ | 31.99 | 58.76 | 16.49 | - |
| YUV | 163.4 | 78.67 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 76 | 0.72 | 0 | 0.67 | 0.09 | 124.31 | 0.78 | 0.58 |
| Hex | 40 | E7 | 4C | 48 | 0 | 43 | 9 | 7C | 4E | 3A |
| Octal | 100 | 347 | 114 | 110 | 0 | 103 | 11 | 174 | 116 | 72 |
| Binary | 1000000 | 11100111 | 1001100 | 1001000 | 0 | 1000011 | 1001 | 1111100 | 1001110 | 111010 |
Color Harmonies of #40E74C
Complementary color
Monochromatic Colors of #40E74C
Black with #40E74C
Text Example
Text Example
White with #40E74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E74C; }
p { color: rgb(64,231,76); }
H1.HeaderClassName
{
color: #40E74C;
}
.AnyTagClassName
{
color: #40E74C;
}
</style>
background-color css
<style>
a { background-color: #40E74C; }
a { background-color: rgb(64,231,76); }
div.DivClassName
{
background-color: #40E74C;
}
.BgClassName
{
background-color: #40E74C;
}
</style>
border-color css
<style>
span { border-color: #40E74C; }
span { border-color: rgb(64,231,76); }
td.TdClassName
{
border-color: #40E74C;
}
.TagClassName
{
border-color: #40E74C;
}
</style>