Shades of Lime Green #39C123
Tints of Lime Green #39C123
RGB
CMYK
RGB Variations
Color information
#39C123 (or 0x39C123) is known color: Lime Green. HEX triplet: 39, C1 and 23. RGB value is (57,193,35). Sum of RGB (Red+Green+Blue) = 57+193+35=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 193 (75.78% from 255 or 67.72% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 193 - color contains mainly: green. Hex color #39C123 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C123 is #C63EDC. Grayscale: #868686. Windows color (decimal): -12992221 or 2343225. OLE color: 2343225.
HSL color Cylindrical-coordinate representation of color #39C123: hue angle of 111.65º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39C123 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 193 | 35 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.24 |
| HSL | 111.65º | 0.69% | 0.45% | - |
| HSV(B) | 111.65º | 0.82% | 0.76% | - |
| XYZ | 21.06 | 39.13 | 8.03 | - |
| YUV | 134.32 | 71.94 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 193 | 35 | 0.70 | 0 | 0.82 | 0.24 | 111.65 | 0.69 | 0.45 |
| Hex | 39 | C1 | 23 | 46 | 0 | 52 | 18 | 70 | 45 | 2D |
| Octal | 71 | 301 | 43 | 106 | 0 | 122 | 30 | 160 | 105 | 55 |
| Binary | 111001 | 11000001 | 100011 | 1000110 | 0 | 1010010 | 11000 | 1110000 | 1000101 | 101101 |
Color Harmonies of #39C123
Complementary color
Monochromatic Colors of #39C123
Black with #39C123
Text Example
Text Example
White with #39C123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C123; }
p { color: rgb(57,193,35); }
H1.HeaderClassName
{
color: #39C123;
}
.AnyTagClassName
{
color: #39C123;
}
</style>
background-color css
<style>
a { background-color: #39C123; }
a { background-color: rgb(57,193,35); }
div.DivClassName
{
background-color: #39C123;
}
.BgClassName
{
background-color: #39C123;
}
</style>
border-color css
<style>
span { border-color: #39C123; }
span { border-color: rgb(57,193,35); }
td.TdClassName
{
border-color: #39C123;
}
.TagClassName
{
border-color: #39C123;
}
</style>