Shades of Lime Green #39BC30
Tints of Lime Green #39BC30
RGB
CMYK
RGB Variations
Color information
#39BC30 (or 0x39BC30) is known color: Lime Green. HEX triplet: 39, BC and 30. RGB value is (57,188,48). Sum of RGB (Red+Green+Blue) = 57+188+48=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #39BC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BC30 is #C643CF. Grayscale: #858585. Windows color (decimal): -12993488 or 3193913. OLE color: 3193913.
HSL color Cylindrical-coordinate representation of color #39BC30: hue angle of 116.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39BC30 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 188 | 48 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.26 |
| HSL | 116.14º | 0.59% | 0.46% | - |
| HSV(B) | 116.14º | 0.74% | 0.74% | - |
| XYZ | 20.2 | 37.05 | 8.88 | - |
| YUV | 132.87 | 80.1 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 188 | 48 | 0.70 | 0 | 0.74 | 0.26 | 116.14 | 0.59 | 0.46 |
| Hex | 39 | BC | 30 | 46 | 0 | 4A | 1A | 74 | 3B | 2E |
| Octal | 71 | 274 | 60 | 106 | 0 | 112 | 32 | 164 | 73 | 56 |
| Binary | 111001 | 10111100 | 110000 | 1000110 | 0 | 1001010 | 11010 | 1110100 | 111011 | 101110 |
Color Harmonies of #39BC30
Complementary color
Monochromatic Colors of #39BC30
Black with #39BC30
Text Example
Text Example
White with #39BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BC30; }
p { color: rgb(57,188,48); }
H1.HeaderClassName
{
color: #39BC30;
}
.AnyTagClassName
{
color: #39BC30;
}
</style>
background-color css
<style>
a { background-color: #39BC30; }
a { background-color: rgb(57,188,48); }
div.DivClassName
{
background-color: #39BC30;
}
.BgClassName
{
background-color: #39BC30;
}
</style>
border-color css
<style>
span { border-color: #39BC30; }
span { border-color: rgb(57,188,48); }
td.TdClassName
{
border-color: #39BC30;
}
.TagClassName
{
border-color: #39BC30;
}
</style>