Shades of Lime Green #39B33C
Tints of Lime Green #39B33C
RGB
CMYK
RGB Variations
Color information
#39B33C (or 0x39B33C) is known color: Lime Green. HEX triplet: 39, B3 and 3C. RGB value is (57,179,60). Sum of RGB (Red+Green+Blue) = 57+179+60=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 179 (70.31% from 255 or 60.47% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 179 - color contains mainly: green. Hex color #39B33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39B33C is #C64CC3. Grayscale: #818181. Windows color (decimal): -12995780 or 3978041. OLE color: 3978041.
HSL color Cylindrical-coordinate representation of color #39B33C: hue angle of 121.48º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B33C is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 179 | 60 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.30 |
| HSL | 121.48º | 0.52% | 0.46% | - |
| HSV(B) | 121.48º | 0.68% | 0.7% | - |
| XYZ | 18.62 | 33.44 | 9.75 | - |
| YUV | 128.96 | 89.08 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 179 | 60 | 0.68 | 0 | 0.66 | 0.30 | 121.48 | 0.52 | 0.46 |
| Hex | 39 | B3 | 3C | 44 | 0 | 42 | 1E | 79 | 34 | 2E |
| Octal | 71 | 263 | 74 | 104 | 0 | 102 | 36 | 171 | 64 | 56 |
| Binary | 111001 | 10110011 | 111100 | 1000100 | 0 | 1000010 | 11110 | 1111001 | 110100 | 101110 |
Color Harmonies of #39B33C
Complementary color
Monochromatic Colors of #39B33C
Black with #39B33C
Text Example
Text Example
White with #39B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B33C; }
p { color: rgb(57,179,60); }
H1.HeaderClassName
{
color: #39B33C;
}
.AnyTagClassName
{
color: #39B33C;
}
</style>
background-color css
<style>
a { background-color: #39B33C; }
a { background-color: rgb(57,179,60); }
div.DivClassName
{
background-color: #39B33C;
}
.BgClassName
{
background-color: #39B33C;
}
</style>
border-color css
<style>
span { border-color: #39B33C; }
span { border-color: rgb(57,179,60); }
td.TdClassName
{
border-color: #39B33C;
}
.TagClassName
{
border-color: #39B33C;
}
</style>