Shades of Lime Green #40F328
Tints of Lime Green #40F328
RGB
CMYK
RGB Variations
Color information
#40F328 (or 0x40F328) is known color: Lime Green. HEX triplet: 40, F3 and 28. RGB value is (64,243,40). Sum of RGB (Red+Green+Blue) = 64+243+40=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 243 (95.31% from 255 or 70.03% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 243 - color contains mainly: green. Hex color #40F328 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F328 is #BF0CD7. Grayscale: #A6A6A6. Windows color (decimal): -12520664 or 2683712. OLE color: 2683712.
HSL color Cylindrical-coordinate representation of color #40F328: hue angle of 112.91º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40F328 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 40 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.05 |
| HSL | 112.91º | 0.89% | 0.55% | - |
| HSV(B) | 112.91º | 0.84% | 0.95% | - |
| XYZ | 34.55 | 65.34 | 12.8 | - |
| YUV | 166.34 | 56.7 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 40 | 0.74 | 0 | 0.84 | 0.05 | 112.91 | 0.89 | 0.55 |
| Hex | 40 | F3 | 28 | 4A | 0 | 54 | 5 | 71 | 59 | 37 |
| Octal | 100 | 363 | 50 | 112 | 0 | 124 | 5 | 161 | 131 | 67 |
| Binary | 1000000 | 11110011 | 101000 | 1001010 | 0 | 1010100 | 101 | 1110001 | 1011001 | 110111 |
Color Harmonies of #40F328
Complementary color
Monochromatic Colors of #40F328
Black with #40F328
Text Example
Text Example
White with #40F328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F328; }
p { color: rgb(64,243,40); }
H1.HeaderClassName
{
color: #40F328;
}
.AnyTagClassName
{
color: #40F328;
}
</style>
background-color css
<style>
a { background-color: #40F328; }
a { background-color: rgb(64,243,40); }
div.DivClassName
{
background-color: #40F328;
}
.BgClassName
{
background-color: #40F328;
}
</style>
border-color css
<style>
span { border-color: #40F328; }
span { border-color: rgb(64,243,40); }
td.TdClassName
{
border-color: #40F328;
}
.TagClassName
{
border-color: #40F328;
}
</style>