Shades of Lime Green #1CE134
Tints of Lime Green #1CE134
RGB
CMYK
RGB Variations
Color information
#1CE134 (or 0x1CE134) is known color: Lime Green. HEX triplet: 1C, E1 and 34. RGB value is (28,225,52). Sum of RGB (Red+Green+Blue) = 28+225+52=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 225 (88.28% from 255 or 73.77% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE134 is #E31ECB. Grayscale: #929292. Windows color (decimal): -14884556 or 3465500. OLE color: 3465500.
HSL color Cylindrical-coordinate representation of color #1CE134: hue angle of 127.31º 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 #1CE134 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 225 | 52 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.12 |
| HSL | 127.31º | 0.78% | 0.5% | - |
| HSV(B) | 127.31º | 0.88% | 0.88% | - |
| XYZ | 28.02 | 54.35 | 12.26 | - |
| YUV | 146.38 | 74.73 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 52 | 0.88 | 0 | 0.77 | 0.12 | 127.31 | 0.78 | 0.5 |
| Hex | 1C | E1 | 34 | 58 | 0 | 4D | C | 7F | 4E | 32 |
| Octal | 34 | 341 | 64 | 130 | 0 | 115 | 14 | 177 | 116 | 62 |
| Binary | 11100 | 11100001 | 110100 | 1011000 | 0 | 1001101 | 1100 | 1111111 | 1001110 | 110010 |
Color Harmonies of #1CE134
Complementary color
Monochromatic Colors of #1CE134
Black with #1CE134
Text Example
Text Example
White with #1CE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE134; }
p { color: rgb(28,225,52); }
H1.HeaderClassName
{
color: #1CE134;
}
.AnyTagClassName
{
color: #1CE134;
}
</style>
background-color css
<style>
a { background-color: #1CE134; }
a { background-color: rgb(28,225,52); }
div.DivClassName
{
background-color: #1CE134;
}
.BgClassName
{
background-color: #1CE134;
}
</style>
border-color css
<style>
span { border-color: #1CE134; }
span { border-color: rgb(28,225,52); }
td.TdClassName
{
border-color: #1CE134;
}
.TagClassName
{
border-color: #1CE134;
}
</style>