Shades of Lime Green #1CE12A
Tints of Lime Green #1CE12A
RGB
CMYK
RGB Variations
Color information
#1CE12A (or 0x1CE12A) is known color: Lime Green. HEX triplet: 1C, E1 and 2A. RGB value is (28,225,42). Sum of RGB (Red+Green+Blue) = 28+225+42=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 225 (88.28% from 255 or 76.27% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE12A is #E31ED5. Grayscale: #919191. Windows color (decimal): -14884566 or 2810140. OLE color: 2810140.
HSL color Cylindrical-coordinate representation of color #1CE12A: hue angle of 124.26º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE12A is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 225 | 42 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.12 |
| HSL | 124.26º | 0.78% | 0.5% | - |
| HSV(B) | 124.26º | 0.88% | 0.88% | - |
| XYZ | 27.82 | 54.26 | 11.2 | - |
| YUV | 145.24 | 69.73 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 42 | 0.88 | 0 | 0.81 | 0.12 | 124.26 | 0.78 | 0.5 |
| Hex | 1C | E1 | 2A | 58 | 0 | 51 | C | 7C | 4E | 32 |
| Octal | 34 | 341 | 52 | 130 | 0 | 121 | 14 | 174 | 116 | 62 |
| Binary | 11100 | 11100001 | 101010 | 1011000 | 0 | 1010001 | 1100 | 1111100 | 1001110 | 110010 |
Color Harmonies of #1CE12A
Complementary color
Monochromatic Colors of #1CE12A
Black with #1CE12A
Text Example
Text Example
White with #1CE12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE12A; }
p { color: rgb(28,225,42); }
H1.HeaderClassName
{
color: #1CE12A;
}
.AnyTagClassName
{
color: #1CE12A;
}
</style>
background-color css
<style>
a { background-color: #1CE12A; }
a { background-color: rgb(28,225,42); }
div.DivClassName
{
background-color: #1CE12A;
}
.BgClassName
{
background-color: #1CE12A;
}
</style>
border-color css
<style>
span { border-color: #1CE12A; }
span { border-color: rgb(28,225,42); }
td.TdClassName
{
border-color: #1CE12A;
}
.TagClassName
{
border-color: #1CE12A;
}
</style>