Shades of Lime Green #39CB1C
Tints of Lime Green #39CB1C
RGB
CMYK
RGB Variations
Color information
#39CB1C (or 0x39CB1C) is known color: Lime Green. HEX triplet: 39, CB and 1C. RGB value is (57,203,28). Sum of RGB (Red+Green+Blue) = 57+203+28=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 203 (79.69% from 255 or 70.49% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 203 - color contains mainly: green. Hex color #39CB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39CB1C is #C634E3. Grayscale: #8B8B8B. Windows color (decimal): -12989668 or 1887033. OLE color: 1887033.
HSL color Cylindrical-coordinate representation of color #39CB1C: hue angle of 110.06º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #39CB1C is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 203 | 28 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.20 |
| HSL | 110.06º | 0.76% | 0.45% | - |
| HSV(B) | 110.06º | 0.86% | 0.8% | - |
| XYZ | 23.25 | 43.67 | 8.3 | - |
| YUV | 139.4 | 65.13 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 203 | 28 | 0.72 | 0 | 0.86 | 0.20 | 110.06 | 0.76 | 0.45 |
| Hex | 39 | CB | 1C | 48 | 0 | 56 | 14 | 6E | 4C | 2D |
| Octal | 71 | 313 | 34 | 110 | 0 | 126 | 24 | 156 | 114 | 55 |
| Binary | 111001 | 11001011 | 11100 | 1001000 | 0 | 1010110 | 10100 | 1101110 | 1001100 | 101101 |
Color Harmonies of #39CB1C
Complementary color
Monochromatic Colors of #39CB1C
Black with #39CB1C
Text Example
Text Example
White with #39CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CB1C; }
p { color: rgb(57,203,28); }
H1.HeaderClassName
{
color: #39CB1C;
}
.AnyTagClassName
{
color: #39CB1C;
}
</style>
background-color css
<style>
a { background-color: #39CB1C; }
a { background-color: rgb(57,203,28); }
div.DivClassName
{
background-color: #39CB1C;
}
.BgClassName
{
background-color: #39CB1C;
}
</style>
border-color css
<style>
span { border-color: #39CB1C; }
span { border-color: rgb(57,203,28); }
td.TdClassName
{
border-color: #39CB1C;
}
.TagClassName
{
border-color: #39CB1C;
}
</style>