Shades of Lime Green #39C133
Tints of Lime Green #39C133
RGB
CMYK
RGB Variations
Color information
#39C133 (or 0x39C133) is known color: Lime Green. HEX triplet: 39, C1 and 33. RGB value is (57,193,51). Sum of RGB (Red+Green+Blue) = 57+193+51=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #39C133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C133 is #C63ECC. Grayscale: #888888. Windows color (decimal): -12992205 or 3391801. OLE color: 3391801.
HSL color Cylindrical-coordinate representation of color #39C133: hue angle of 117.46º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39C133 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 193 | 51 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.24 |
| HSL | 117.46º | 0.58% | 0.48% | - |
| HSV(B) | 117.46º | 0.74% | 0.76% | - |
| XYZ | 21.35 | 39.25 | 9.58 | - |
| YUV | 136.15 | 79.94 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 193 | 51 | 0.70 | 0 | 0.74 | 0.24 | 117.46 | 0.58 | 0.48 |
| Hex | 39 | C1 | 33 | 46 | 0 | 4A | 18 | 75 | 3A | 30 |
| Octal | 71 | 301 | 63 | 106 | 0 | 112 | 30 | 165 | 72 | 60 |
| Binary | 111001 | 11000001 | 110011 | 1000110 | 0 | 1001010 | 11000 | 1110101 | 111010 | 110000 |
Color Harmonies of #39C133
Complementary color
Monochromatic Colors of #39C133
Black with #39C133
Text Example
Text Example
White with #39C133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C133; }
p { color: rgb(57,193,51); }
H1.HeaderClassName
{
color: #39C133;
}
.AnyTagClassName
{
color: #39C133;
}
</style>
background-color css
<style>
a { background-color: #39C133; }
a { background-color: rgb(57,193,51); }
div.DivClassName
{
background-color: #39C133;
}
.BgClassName
{
background-color: #39C133;
}
</style>
border-color css
<style>
span { border-color: #39C133; }
span { border-color: rgb(57,193,51); }
td.TdClassName
{
border-color: #39C133;
}
.TagClassName
{
border-color: #39C133;
}
</style>