Shades of Lime Green #40F236
Tints of Lime Green #40F236
RGB
CMYK
RGB Variations
Color information
#40F236 (or 0x40F236) is known color: Lime Green. HEX triplet: 40, F2 and 36. RGB value is (64,242,54). Sum of RGB (Red+Green+Blue) = 64+242+54=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 242 (94.92% from 255 or 67.22% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 242 - color contains mainly: green. Hex color #40F236 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F236 is #BF0DC9. Grayscale: #A7A7A7. Windows color (decimal): -12520906 or 3600960. OLE color: 3600960.
HSL color Cylindrical-coordinate representation of color #40F236: hue angle of 116.81º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40F236 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 242 | 54 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.05 |
| HSL | 116.81º | 0.88% | 0.58% | - |
| HSV(B) | 116.81º | 0.78% | 0.95% | - |
| XYZ | 34.53 | 64.86 | 14.19 | - |
| YUV | 167.35 | 64.03 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 242 | 54 | 0.74 | 0 | 0.78 | 0.05 | 116.81 | 0.88 | 0.58 |
| Hex | 40 | F2 | 36 | 4A | 0 | 4E | 5 | 75 | 58 | 3A |
| Octal | 100 | 362 | 66 | 112 | 0 | 116 | 5 | 165 | 130 | 72 |
| Binary | 1000000 | 11110010 | 110110 | 1001010 | 0 | 1001110 | 101 | 1110101 | 1011000 | 111010 |
Color Harmonies of #40F236
Complementary color
Monochromatic Colors of #40F236
Black with #40F236
Text Example
Text Example
White with #40F236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F236; }
p { color: rgb(64,242,54); }
H1.HeaderClassName
{
color: #40F236;
}
.AnyTagClassName
{
color: #40F236;
}
</style>
background-color css
<style>
a { background-color: #40F236; }
a { background-color: rgb(64,242,54); }
div.DivClassName
{
background-color: #40F236;
}
.BgClassName
{
background-color: #40F236;
}
</style>
border-color css
<style>
span { border-color: #40F236; }
span { border-color: rgb(64,242,54); }
td.TdClassName
{
border-color: #40F236;
}
.TagClassName
{
border-color: #40F236;
}
</style>