Shades of Lime Green #39AF3A
Tints of Lime Green #39AF3A
RGB
CMYK
RGB Variations
Color information
#39AF3A (or 0x39AF3A) is known color: Lime Green. HEX triplet: 39, AF and 3A. RGB value is (57,175,58). Sum of RGB (Red+Green+Blue) = 57+175+58=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #39AF3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39AF3A is #C650C5. Grayscale: #7E7E7E. Windows color (decimal): -12996806 or 3845945. OLE color: 3845945.
HSL color Cylindrical-coordinate representation of color #39AF3A: hue angle of 120.51º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39AF3A is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 175 | 58 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.31 |
| HSL | 120.51º | 0.51% | 0.45% | - |
| HSV(B) | 120.51º | 0.67% | 0.69% | - |
| XYZ | 17.78 | 31.84 | 9.21 | - |
| YUV | 126.38 | 89.41 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 175 | 58 | 0.67 | 0 | 0.67 | 0.31 | 120.51 | 0.51 | 0.45 |
| Hex | 39 | AF | 3A | 43 | 0 | 43 | 1F | 79 | 33 | 2D |
| Octal | 71 | 257 | 72 | 103 | 0 | 103 | 37 | 171 | 63 | 55 |
| Binary | 111001 | 10101111 | 111010 | 1000011 | 0 | 1000011 | 11111 | 1111001 | 110011 | 101101 |
Color Harmonies of #39AF3A
Complementary color
Monochromatic Colors of #39AF3A
Black with #39AF3A
Text Example
Text Example
White with #39AF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AF3A; }
p { color: rgb(57,175,58); }
H1.HeaderClassName
{
color: #39AF3A;
}
.AnyTagClassName
{
color: #39AF3A;
}
</style>
background-color css
<style>
a { background-color: #39AF3A; }
a { background-color: rgb(57,175,58); }
div.DivClassName
{
background-color: #39AF3A;
}
.BgClassName
{
background-color: #39AF3A;
}
</style>
border-color css
<style>
span { border-color: #39AF3A; }
span { border-color: rgb(57,175,58); }
td.TdClassName
{
border-color: #39AF3A;
}
.TagClassName
{
border-color: #39AF3A;
}
</style>