Shades of Lime Green #39FE41
Tints of Lime Green #39FE41
RGB
CMYK
RGB Variations
Color information
#39FE41 (or 0x39FE41) is known color: Lime Green. HEX triplet: 39, FE and 41. RGB value is (57,254,65). Sum of RGB (Red+Green+Blue) = 57+254+65=376 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.16% from 376); Green value is 254 (99.61% from 255 or 67.55% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 254 - color contains mainly: green. Hex color #39FE41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39FE41 is #C601BE. Grayscale: #AEAEAE. Windows color (decimal): -12976575 or 4324921. OLE color: 4324921.
HSL color Cylindrical-coordinate representation of color #39FE41: hue angle of 122.44º 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 #39FE41 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 254 | 65 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.00 |
| HSL | 122.44º | 0.99% | 0.61% | - |
| HSV(B) | 122.44º | 0.78% | 1% | - |
| XYZ | 38.08 | 72.14 | 16.92 | - |
| YUV | 173.55 | 66.73 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 254 | 65 | 0.78 | 0 | 0.74 | 0.00 | 122.44 | 0.99 | 0.61 |
| Hex | 39 | FE | 41 | 4E | 0 | 4A | 0 | 7A | 63 | 3D |
| Octal | 71 | 376 | 101 | 116 | 0 | 112 | 0 | 172 | 143 | 75 |
| Binary | 111001 | 11111110 | 1000001 | 1001110 | 0 | 1001010 | 0 | 1111010 | 1100011 | 111101 |
Color Harmonies of #39FE41
Complementary color
Monochromatic Colors of #39FE41
Black with #39FE41
Text Example
Text Example
White with #39FE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FE41; }
p { color: rgb(57,254,65); }
H1.HeaderClassName
{
color: #39FE41;
}
.AnyTagClassName
{
color: #39FE41;
}
</style>
background-color css
<style>
a { background-color: #39FE41; }
a { background-color: rgb(57,254,65); }
div.DivClassName
{
background-color: #39FE41;
}
.BgClassName
{
background-color: #39FE41;
}
</style>
border-color css
<style>
span { border-color: #39FE41; }
span { border-color: rgb(57,254,65); }
td.TdClassName
{
border-color: #39FE41;
}
.TagClassName
{
border-color: #39FE41;
}
</style>