Shades of Lime Green #39BD3C
Tints of Lime Green #39BD3C
RGB
CMYK
RGB Variations
Color information
#39BD3C (or 0x39BD3C) is known color: Lime Green. HEX triplet: 39, BD and 3C. RGB value is (57,189,60). Sum of RGB (Red+Green+Blue) = 57+189+60=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #39BD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BD3C is #C642C3. Grayscale: #878787. Windows color (decimal): -12993220 or 3980601. OLE color: 3980601.
HSL color Cylindrical-coordinate representation of color #39BD3C: hue angle of 121.36º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BD3C is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 189 | 60 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.26 |
| HSL | 121.36º | 0.54% | 0.48% | - |
| HSV(B) | 121.36º | 0.7% | 0.74% | - |
| XYZ | 20.7 | 37.59 | 10.44 | - |
| YUV | 134.83 | 85.77 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 189 | 60 | 0.70 | 0 | 0.68 | 0.26 | 121.36 | 0.54 | 0.48 |
| Hex | 39 | BD | 3C | 46 | 0 | 44 | 1A | 79 | 36 | 30 |
| Octal | 71 | 275 | 74 | 106 | 0 | 104 | 32 | 171 | 66 | 60 |
| Binary | 111001 | 10111101 | 111100 | 1000110 | 0 | 1000100 | 11010 | 1111001 | 110110 | 110000 |
Color Harmonies of #39BD3C
Complementary color
Monochromatic Colors of #39BD3C
Black with #39BD3C
Text Example
Text Example
White with #39BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BD3C; }
p { color: rgb(57,189,60); }
H1.HeaderClassName
{
color: #39BD3C;
}
.AnyTagClassName
{
color: #39BD3C;
}
</style>
background-color css
<style>
a { background-color: #39BD3C; }
a { background-color: rgb(57,189,60); }
div.DivClassName
{
background-color: #39BD3C;
}
.BgClassName
{
background-color: #39BD3C;
}
</style>
border-color css
<style>
span { border-color: #39BD3C; }
span { border-color: rgb(57,189,60); }
td.TdClassName
{
border-color: #39BD3C;
}
.TagClassName
{
border-color: #39BD3C;
}
</style>