Shades of Lime Green #40CF26
Tints of Lime Green #40CF26
RGB
CMYK
RGB Variations
Color information
#40CF26 (or 0x40CF26) is known color: Lime Green. HEX triplet: 40, CF and 26. RGB value is (64,207,38). Sum of RGB (Red+Green+Blue) = 64+207+38=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 207 (81.25% from 255 or 66.99% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CF26 is #BF30D9. Grayscale: #919191. Windows color (decimal): -12529882 or 2543424. OLE color: 2543424.
HSL color Cylindrical-coordinate representation of color #40CF26: hue angle of 110.77º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40CF26 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 38 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.19 |
| HSL | 110.77º | 0.69% | 0.48% | - |
| HSV(B) | 110.77º | 0.82% | 0.81% | - |
| XYZ | 24.78 | 45.86 | 9.38 | - |
| YUV | 144.98 | 67.62 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 38 | 0.69 | 0 | 0.82 | 0.19 | 110.77 | 0.69 | 0.48 |
| Hex | 40 | CF | 26 | 45 | 0 | 52 | 13 | 6F | 45 | 30 |
| Octal | 100 | 317 | 46 | 105 | 0 | 122 | 23 | 157 | 105 | 60 |
| Binary | 1000000 | 11001111 | 100110 | 1000101 | 0 | 1010010 | 10011 | 1101111 | 1000101 | 110000 |
Color Harmonies of #40CF26
Complementary color
Monochromatic Colors of #40CF26
Black with #40CF26
Text Example
Text Example
White with #40CF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CF26; }
p { color: rgb(64,207,38); }
H1.HeaderClassName
{
color: #40CF26;
}
.AnyTagClassName
{
color: #40CF26;
}
</style>
background-color css
<style>
a { background-color: #40CF26; }
a { background-color: rgb(64,207,38); }
div.DivClassName
{
background-color: #40CF26;
}
.BgClassName
{
background-color: #40CF26;
}
</style>
border-color css
<style>
span { border-color: #40CF26; }
span { border-color: rgb(64,207,38); }
td.TdClassName
{
border-color: #40CF26;
}
.TagClassName
{
border-color: #40CF26;
}
</style>