Shades of Lime Green #39EF2D
Tints of Lime Green #39EF2D
RGB
CMYK
RGB Variations
Color information
#39EF2D (or 0x39EF2D) is known color: Lime Green. HEX triplet: 39, EF and 2D. RGB value is (57,239,45). Sum of RGB (Red+Green+Blue) = 57+239+45=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 239 (93.75% from 255 or 70.09% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 239 - color contains mainly: green. Hex color #39EF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39EF2D is #C610D2. Grayscale: #A3A3A3. Windows color (decimal): -12980435 or 3010361. OLE color: 3010361.
HSL color Cylindrical-coordinate representation of color #39EF2D: hue angle of 116.29º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39EF2D is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 239 | 45 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.06 |
| HSL | 116.29º | 0.86% | 0.56% | - |
| HSV(B) | 116.29º | 0.81% | 0.94% | - |
| XYZ | 33.03 | 62.79 | 12.86 | - |
| YUV | 162.47 | 61.7 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 239 | 45 | 0.76 | 0 | 0.81 | 0.06 | 116.29 | 0.86 | 0.56 |
| Hex | 39 | EF | 2D | 4C | 0 | 51 | 6 | 74 | 56 | 38 |
| Octal | 71 | 357 | 55 | 114 | 0 | 121 | 6 | 164 | 126 | 70 |
| Binary | 111001 | 11101111 | 101101 | 1001100 | 0 | 1010001 | 110 | 1110100 | 1010110 | 111000 |
Color Harmonies of #39EF2D
Complementary color
Monochromatic Colors of #39EF2D
Black with #39EF2D
Text Example
Text Example
White with #39EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EF2D; }
p { color: rgb(57,239,45); }
H1.HeaderClassName
{
color: #39EF2D;
}
.AnyTagClassName
{
color: #39EF2D;
}
</style>
background-color css
<style>
a { background-color: #39EF2D; }
a { background-color: rgb(57,239,45); }
div.DivClassName
{
background-color: #39EF2D;
}
.BgClassName
{
background-color: #39EF2D;
}
</style>
border-color css
<style>
span { border-color: #39EF2D; }
span { border-color: rgb(57,239,45); }
td.TdClassName
{
border-color: #39EF2D;
}
.TagClassName
{
border-color: #39EF2D;
}
</style>