Shades of Lime Green #1CE931
Tints of Lime Green #1CE931
RGB
CMYK
RGB Variations
Color information
#1CE931 (or 0x1CE931) is known color: Lime Green. HEX triplet: 1C, E9 and 31. RGB value is (28,233,49). Sum of RGB (Red+Green+Blue) = 28+233+49=310 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.03% from 310); Green value is 233 (91.41% from 255 or 75.16% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE931 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CE931 is #E316CE. Grayscale: #979797. Windows color (decimal): -14882511 or 3270940. OLE color: 3270940.
HSL color Cylindrical-coordinate representation of color #1CE931: hue angle of 126.15º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE931 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 233 | 49 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.09 |
| HSL | 126.15º | 0.82% | 0.51% | - |
| HSV(B) | 126.15º | 0.88% | 0.91% | - |
| XYZ | 30.17 | 58.75 | 12.65 | - |
| YUV | 150.73 | 70.58 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 233 | 49 | 0.88 | 0 | 0.79 | 0.09 | 126.15 | 0.82 | 0.51 |
| Hex | 1C | E9 | 31 | 58 | 0 | 4F | 9 | 7E | 52 | 33 |
| Octal | 34 | 351 | 61 | 130 | 0 | 117 | 11 | 176 | 122 | 63 |
| Binary | 11100 | 11101001 | 110001 | 1011000 | 0 | 1001111 | 1001 | 1111110 | 1010010 | 110011 |
Color Harmonies of #1CE931
Complementary color
Monochromatic Colors of #1CE931
Black with #1CE931
Text Example
Text Example
White with #1CE931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE931; }
p { color: rgb(28,233,49); }
H1.HeaderClassName
{
color: #1CE931;
}
.AnyTagClassName
{
color: #1CE931;
}
</style>
background-color css
<style>
a { background-color: #1CE931; }
a { background-color: rgb(28,233,49); }
div.DivClassName
{
background-color: #1CE931;
}
.BgClassName
{
background-color: #1CE931;
}
</style>
border-color css
<style>
span { border-color: #1CE931; }
span { border-color: rgb(28,233,49); }
td.TdClassName
{
border-color: #1CE931;
}
.TagClassName
{
border-color: #1CE931;
}
</style>