Shades of Lime Green #40F349
Tints of Lime Green #40F349
RGB
CMYK
RGB Variations
Color information
#40F349 (or 0x40F349) is known color: Lime Green. HEX triplet: 40, F3 and 49. RGB value is (64,243,73). Sum of RGB (Red+Green+Blue) = 64+243+73=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 243 (95.31% from 255 or 63.95% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 243 - color contains mainly: green. Hex color #40F349 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F349 is #BF0CB6. Grayscale: #AAAAAA. Windows color (decimal): -12520631 or 4846400. OLE color: 4846400.
HSL color Cylindrical-coordinate representation of color #40F349: hue angle of 123.02º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F349 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 73 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.05 |
| HSL | 123.02º | 0.88% | 0.6% | - |
| HSV(B) | 123.02º | 0.74% | 0.95% | - |
| XYZ | 35.37 | 65.67 | 17.12 | - |
| YUV | 170.1 | 73.2 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 73 | 0.74 | 0 | 0.70 | 0.05 | 123.02 | 0.88 | 0.6 |
| Hex | 40 | F3 | 49 | 4A | 0 | 46 | 5 | 7B | 58 | 3C |
| Octal | 100 | 363 | 111 | 112 | 0 | 106 | 5 | 173 | 130 | 74 |
| Binary | 1000000 | 11110011 | 1001001 | 1001010 | 0 | 1000110 | 101 | 1111011 | 1011000 | 111100 |
Color Harmonies of #40F349
Complementary color
Monochromatic Colors of #40F349
Black with #40F349
Text Example
Text Example
White with #40F349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F349; }
p { color: rgb(64,243,73); }
H1.HeaderClassName
{
color: #40F349;
}
.AnyTagClassName
{
color: #40F349;
}
</style>
background-color css
<style>
a { background-color: #40F349; }
a { background-color: rgb(64,243,73); }
div.DivClassName
{
background-color: #40F349;
}
.BgClassName
{
background-color: #40F349;
}
</style>
border-color css
<style>
span { border-color: #40F349; }
span { border-color: rgb(64,243,73); }
td.TdClassName
{
border-color: #40F349;
}
.TagClassName
{
border-color: #40F349;
}
</style>