Shades of Lime Green #39D641
Tints of Lime Green #39D641
RGB
CMYK
RGB Variations
Color information
#39D641 (or 0x39D641) is known color: Lime Green. HEX triplet: 39, D6 and 41. RGB value is (57,214,65). Sum of RGB (Red+Green+Blue) = 57+214+65=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 214 (83.98% from 255 or 63.69% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 214 - color contains mainly: green. Hex color #39D641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D641 is #C629BE. Grayscale: #969696. Windows color (decimal): -12986815 or 4314681. OLE color: 4314681.
HSL color Cylindrical-coordinate representation of color #39D641: hue angle of 123.06º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D641 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 214 | 65 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.16 |
| HSL | 123.06º | 0.66% | 0.53% | - |
| HSV(B) | 123.06º | 0.73% | 0.84% | - |
| XYZ | 26.69 | 49.34 | 13.12 | - |
| YUV | 150.07 | 79.99 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 214 | 65 | 0.73 | 0 | 0.70 | 0.16 | 123.06 | 0.66 | 0.53 |
| Hex | 39 | D6 | 41 | 49 | 0 | 46 | 10 | 7B | 42 | 35 |
| Octal | 71 | 326 | 101 | 111 | 0 | 106 | 20 | 173 | 102 | 65 |
| Binary | 111001 | 11010110 | 1000001 | 1001001 | 0 | 1000110 | 10000 | 1111011 | 1000010 | 110101 |
Color Harmonies of #39D641
Complementary color
Monochromatic Colors of #39D641
Black with #39D641
Text Example
Text Example
White with #39D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D641; }
p { color: rgb(57,214,65); }
H1.HeaderClassName
{
color: #39D641;
}
.AnyTagClassName
{
color: #39D641;
}
</style>
background-color css
<style>
a { background-color: #39D641; }
a { background-color: rgb(57,214,65); }
div.DivClassName
{
background-color: #39D641;
}
.BgClassName
{
background-color: #39D641;
}
</style>
border-color css
<style>
span { border-color: #39D641; }
span { border-color: rgb(57,214,65); }
td.TdClassName
{
border-color: #39D641;
}
.TagClassName
{
border-color: #39D641;
}
</style>