Shades of Lime Green #40F92D
Tints of Lime Green #40F92D
RGB
CMYK
RGB Variations
Color information
#40F92D (or 0x40F92D) is known color: Lime Green. HEX triplet: 40, F9 and 2D. RGB value is (64,249,45). Sum of RGB (Red+Green+Blue) = 64+249+45=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 249 (97.66% from 255 or 69.55% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 249 - color contains mainly: green. Hex color #40F92D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F92D is #BF06D2. Grayscale: #ABABAB. Windows color (decimal): -12519123 or 3012928. OLE color: 3012928.
HSL color Cylindrical-coordinate representation of color #40F92D: hue angle of 114.41º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40F92D is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 45 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.02 |
| HSL | 114.41º | 0.94% | 0.58% | - |
| HSV(B) | 114.41º | 0.82% | 0.98% | - |
| XYZ | 36.46 | 69.03 | 13.89 | - |
| YUV | 170.43 | 57.21 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 45 | 0.74 | 0 | 0.82 | 0.02 | 114.41 | 0.94 | 0.58 |
| Hex | 40 | F9 | 2D | 4A | 0 | 52 | 2 | 72 | 5E | 3A |
| Octal | 100 | 371 | 55 | 112 | 0 | 122 | 2 | 162 | 136 | 72 |
| Binary | 1000000 | 11111001 | 101101 | 1001010 | 0 | 1010010 | 10 | 1110010 | 1011110 | 111010 |
Color Harmonies of #40F92D
Complementary color
Monochromatic Colors of #40F92D
Black with #40F92D
Text Example
Text Example
White with #40F92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F92D; }
p { color: rgb(64,249,45); }
H1.HeaderClassName
{
color: #40F92D;
}
.AnyTagClassName
{
color: #40F92D;
}
</style>
background-color css
<style>
a { background-color: #40F92D; }
a { background-color: rgb(64,249,45); }
div.DivClassName
{
background-color: #40F92D;
}
.BgClassName
{
background-color: #40F92D;
}
</style>
border-color css
<style>
span { border-color: #40F92D; }
span { border-color: rgb(64,249,45); }
td.TdClassName
{
border-color: #40F92D;
}
.TagClassName
{
border-color: #40F92D;
}
</style>