Shades of Lime Green #39B430
Tints of Lime Green #39B430
RGB
CMYK
RGB Variations
Color information
#39B430 (or 0x39B430) is known color: Lime Green. HEX triplet: 39, B4 and 30. RGB value is (57,180,48). Sum of RGB (Red+Green+Blue) = 57+180+48=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 180 (70.70% from 255 or 63.16% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 180 - color contains mainly: green. Hex color #39B430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39B430 is #C64BCF. Grayscale: #808080. Windows color (decimal): -12995536 or 3191865. OLE color: 3191865.
HSL color Cylindrical-coordinate representation of color #39B430: hue angle of 115.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39B430 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 180 | 48 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.29 |
| HSL | 115.91º | 0.58% | 0.45% | - |
| HSV(B) | 115.91º | 0.73% | 0.71% | - |
| XYZ | 18.54 | 33.73 | 8.33 | - |
| YUV | 128.18 | 82.75 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 180 | 48 | 0.68 | 0 | 0.73 | 0.29 | 115.91 | 0.58 | 0.45 |
| Hex | 39 | B4 | 30 | 44 | 0 | 49 | 1D | 74 | 3A | 2D |
| Octal | 71 | 264 | 60 | 104 | 0 | 111 | 35 | 164 | 72 | 55 |
| Binary | 111001 | 10110100 | 110000 | 1000100 | 0 | 1001001 | 11101 | 1110100 | 111010 | 101101 |
Color Harmonies of #39B430
Complementary color
Monochromatic Colors of #39B430
Black with #39B430
Text Example
Text Example
White with #39B430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B430; }
p { color: rgb(57,180,48); }
H1.HeaderClassName
{
color: #39B430;
}
.AnyTagClassName
{
color: #39B430;
}
</style>
background-color css
<style>
a { background-color: #39B430; }
a { background-color: rgb(57,180,48); }
div.DivClassName
{
background-color: #39B430;
}
.BgClassName
{
background-color: #39B430;
}
</style>
border-color css
<style>
span { border-color: #39B430; }
span { border-color: rgb(57,180,48); }
td.TdClassName
{
border-color: #39B430;
}
.TagClassName
{
border-color: #39B430;
}
</style>