Shades of Lime Green #1CE331
Tints of Lime Green #1CE331
RGB
CMYK
RGB Variations
Color information
#1CE331 (or 0x1CE331) is known color: Lime Green. HEX triplet: 1C, E3 and 31. RGB value is (28,227,49). Sum of RGB (Red+Green+Blue) = 28+227+49=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 227 (89.06% from 255 or 74.67% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 227 - color contains mainly: green. Hex color #1CE331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE331 is #E31CCE. Grayscale: #939393. Windows color (decimal): -14884047 or 3269404. OLE color: 3269404.
HSL color Cylindrical-coordinate representation of color #1CE331: hue angle of 126.33º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE331 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 227 | 49 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.11 |
| HSL | 126.33º | 0.78% | 0.5% | - |
| HSV(B) | 126.33º | 0.88% | 0.89% | - |
| XYZ | 28.5 | 55.41 | 12.1 | - |
| YUV | 147.21 | 72.57 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 227 | 49 | 0.88 | 0 | 0.78 | 0.11 | 126.33 | 0.78 | 0.5 |
| Hex | 1C | E3 | 31 | 58 | 0 | 4E | B | 7E | 4E | 32 |
| Octal | 34 | 343 | 61 | 130 | 0 | 116 | 13 | 176 | 116 | 62 |
| Binary | 11100 | 11100011 | 110001 | 1011000 | 0 | 1001110 | 1011 | 1111110 | 1001110 | 110010 |
Color Harmonies of #1CE331
Complementary color
Monochromatic Colors of #1CE331
Black with #1CE331
Text Example
Text Example
White with #1CE331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE331; }
p { color: rgb(28,227,49); }
H1.HeaderClassName
{
color: #1CE331;
}
.AnyTagClassName
{
color: #1CE331;
}
</style>
background-color css
<style>
a { background-color: #1CE331; }
a { background-color: rgb(28,227,49); }
div.DivClassName
{
background-color: #1CE331;
}
.BgClassName
{
background-color: #1CE331;
}
</style>
border-color css
<style>
span { border-color: #1CE331; }
span { border-color: rgb(28,227,49); }
td.TdClassName
{
border-color: #1CE331;
}
.TagClassName
{
border-color: #1CE331;
}
</style>