Shades of Lime Green #39FE40
Tints of Lime Green #39FE40
RGB
CMYK
RGB Variations
Color information
#39FE40 (or 0x39FE40) is known color: Lime Green. HEX triplet: 39, FE and 40. RGB value is (57,254,64). Sum of RGB (Red+Green+Blue) = 57+254+64=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 254 (99.61% from 255 or 67.73% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 254 - color contains mainly: green. Hex color #39FE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39FE40 is #C601BF. Grayscale: #ADADAD. Windows color (decimal): -12976576 or 4259385. OLE color: 4259385.
HSL color Cylindrical-coordinate representation of color #39FE40: hue angle of 122.13º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FE40 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 254 | 64 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.00 |
| HSL | 122.13º | 0.99% | 0.61% | - |
| HSV(B) | 122.13º | 0.78% | 1% | - |
| XYZ | 38.05 | 72.12 | 16.77 | - |
| YUV | 173.44 | 66.23 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 254 | 64 | 0.78 | 0 | 0.75 | 0.00 | 122.13 | 0.99 | 0.61 |
| Hex | 39 | FE | 40 | 4E | 0 | 4B | 0 | 7A | 63 | 3D |
| Octal | 71 | 376 | 100 | 116 | 0 | 113 | 0 | 172 | 143 | 75 |
| Binary | 111001 | 11111110 | 1000000 | 1001110 | 0 | 1001011 | 0 | 1111010 | 1100011 | 111101 |
Color Harmonies of #39FE40
Complementary color
Monochromatic Colors of #39FE40
Black with #39FE40
Text Example
Text Example
White with #39FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FE40; }
p { color: rgb(57,254,64); }
H1.HeaderClassName
{
color: #39FE40;
}
.AnyTagClassName
{
color: #39FE40;
}
</style>
background-color css
<style>
a { background-color: #39FE40; }
a { background-color: rgb(57,254,64); }
div.DivClassName
{
background-color: #39FE40;
}
.BgClassName
{
background-color: #39FE40;
}
</style>
border-color css
<style>
span { border-color: #39FE40; }
span { border-color: rgb(57,254,64); }
td.TdClassName
{
border-color: #39FE40;
}
.TagClassName
{
border-color: #39FE40;
}
</style>