Shades of Lime Green #40FD34
Tints of Lime Green #40FD34
RGB
CMYK
RGB Variations
Color information
#40FD34 (or 0x40FD34) is known color: Lime Green. HEX triplet: 40, FD and 34. RGB value is (64,253,52). Sum of RGB (Red+Green+Blue) = 64+253+52=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 253 (99.22% from 255 or 68.56% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 253 - color contains mainly: green. Hex color #40FD34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FD34 is #BF02CB. Grayscale: #AEAEAE. Windows color (decimal): -12518092 or 3472704. OLE color: 3472704.
HSL color Cylindrical-coordinate representation of color #40FD34: hue angle of 116.42º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40FD34 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 52 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.01 |
| HSL | 116.42º | 0.98% | 0.6% | - |
| HSV(B) | 116.42º | 0.79% | 0.99% | - |
| XYZ | 37.86 | 71.59 | 15.07 | - |
| YUV | 173.58 | 59.38 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 52 | 0.75 | 0 | 0.79 | 0.01 | 116.42 | 0.98 | 0.6 |
| Hex | 40 | FD | 34 | 4B | 0 | 4F | 1 | 74 | 62 | 3C |
| Octal | 100 | 375 | 64 | 113 | 0 | 117 | 1 | 164 | 142 | 74 |
| Binary | 1000000 | 11111101 | 110100 | 1001011 | 0 | 1001111 | 1 | 1110100 | 1100010 | 111100 |
Color Harmonies of #40FD34
Complementary color
Monochromatic Colors of #40FD34
Black with #40FD34
Text Example
Text Example
White with #40FD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FD34; }
p { color: rgb(64,253,52); }
H1.HeaderClassName
{
color: #40FD34;
}
.AnyTagClassName
{
color: #40FD34;
}
</style>
background-color css
<style>
a { background-color: #40FD34; }
a { background-color: rgb(64,253,52); }
div.DivClassName
{
background-color: #40FD34;
}
.BgClassName
{
background-color: #40FD34;
}
</style>
border-color css
<style>
span { border-color: #40FD34; }
span { border-color: rgb(64,253,52); }
td.TdClassName
{
border-color: #40FD34;
}
.TagClassName
{
border-color: #40FD34;
}
</style>