Shades of Lime Green #39F32A
Tints of Lime Green #39F32A
RGB
CMYK
RGB Variations
Color information
#39F32A (or 0x39F32A) is known color: Lime Green. HEX triplet: 39, F3 and 2A. RGB value is (57,243,42). Sum of RGB (Red+Green+Blue) = 57+243+42=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 243 (95.31% from 255 or 71.05% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 243 - color contains mainly: green. Hex color #39F32A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39F32A is #C60CD5. Grayscale: #A5A5A5. Windows color (decimal): -12979414 or 2814777. OLE color: 2814777.
HSL color Cylindrical-coordinate representation of color #39F32A: hue angle of 115.52º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #39F32A is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 243 | 42 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.05 |
| HSL | 115.52º | 0.89% | 0.56% | - |
| HSV(B) | 115.52º | 0.83% | 0.95% | - |
| XYZ | 34.16 | 65.14 | 12.96 | - |
| YUV | 164.47 | 58.88 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 243 | 42 | 0.77 | 0 | 0.83 | 0.05 | 115.52 | 0.89 | 0.56 |
| Hex | 39 | F3 | 2A | 4D | 0 | 53 | 5 | 74 | 59 | 38 |
| Octal | 71 | 363 | 52 | 115 | 0 | 123 | 5 | 164 | 131 | 70 |
| Binary | 111001 | 11110011 | 101010 | 1001101 | 0 | 1010011 | 101 | 1110100 | 1011001 | 111000 |
Color Harmonies of #39F32A
Complementary color
Monochromatic Colors of #39F32A
Black with #39F32A
Text Example
Text Example
White with #39F32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F32A; }
p { color: rgb(57,243,42); }
H1.HeaderClassName
{
color: #39F32A;
}
.AnyTagClassName
{
color: #39F32A;
}
</style>
background-color css
<style>
a { background-color: #39F32A; }
a { background-color: rgb(57,243,42); }
div.DivClassName
{
background-color: #39F32A;
}
.BgClassName
{
background-color: #39F32A;
}
</style>
border-color css
<style>
span { border-color: #39F32A; }
span { border-color: rgb(57,243,42); }
td.TdClassName
{
border-color: #39F32A;
}
.TagClassName
{
border-color: #39F32A;
}
</style>