Shades of Lime Green #39F32D
Tints of Lime Green #39F32D
RGB
CMYK
RGB Variations
Color information
#39F32D (or 0x39F32D) is known color: Lime Green. HEX triplet: 39, F3 and 2D. RGB value is (57,243,45). Sum of RGB (Red+Green+Blue) = 57+243+45=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 243 (95.31% from 255 or 70.43% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 243 - color contains mainly: green. Hex color #39F32D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39F32D is #C60CD2. Grayscale: #A5A5A5. Windows color (decimal): -12979411 or 3011385. OLE color: 3011385.
HSL color Cylindrical-coordinate representation of color #39F32D: hue angle of 116.36º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39F32D is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 243 | 45 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.05 |
| HSL | 116.36º | 0.89% | 0.56% | - |
| HSV(B) | 116.36º | 0.81% | 0.95% | - |
| XYZ | 34.21 | 65.16 | 13.26 | - |
| YUV | 164.81 | 60.38 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 243 | 45 | 0.77 | 0 | 0.81 | 0.05 | 116.36 | 0.89 | 0.56 |
| Hex | 39 | F3 | 2D | 4D | 0 | 51 | 5 | 74 | 59 | 38 |
| Octal | 71 | 363 | 55 | 115 | 0 | 121 | 5 | 164 | 131 | 70 |
| Binary | 111001 | 11110011 | 101101 | 1001101 | 0 | 1010001 | 101 | 1110100 | 1011001 | 111000 |
Color Harmonies of #39F32D
Complementary color
Monochromatic Colors of #39F32D
Black with #39F32D
Text Example
Text Example
White with #39F32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F32D; }
p { color: rgb(57,243,45); }
H1.HeaderClassName
{
color: #39F32D;
}
.AnyTagClassName
{
color: #39F32D;
}
</style>
background-color css
<style>
a { background-color: #39F32D; }
a { background-color: rgb(57,243,45); }
div.DivClassName
{
background-color: #39F32D;
}
.BgClassName
{
background-color: #39F32D;
}
</style>
border-color css
<style>
span { border-color: #39F32D; }
span { border-color: rgb(57,243,45); }
td.TdClassName
{
border-color: #39F32D;
}
.TagClassName
{
border-color: #39F32D;
}
</style>