Shades of Lime Green #1CE135
Tints of Lime Green #1CE135
RGB
CMYK
RGB Variations
Color information
#1CE135 (or 0x1CE135) is known color: Lime Green. HEX triplet: 1C, E1 and 35. RGB value is (28,225,53). Sum of RGB (Red+Green+Blue) = 28+225+53=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 225 (88.28% from 255 or 73.53% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE135 is #E31ECA. Grayscale: #929292. Windows color (decimal): -14884555 or 3531036. OLE color: 3531036.
HSL color Cylindrical-coordinate representation of color #1CE135: hue angle of 127.61º 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 #1CE135 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 225 | 53 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.12 |
| HSL | 127.61º | 0.78% | 0.5% | - |
| HSV(B) | 127.61º | 0.88% | 0.88% | - |
| XYZ | 28.05 | 54.35 | 12.38 | - |
| YUV | 146.49 | 75.23 | 43.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 53 | 0.88 | 0 | 0.76 | 0.12 | 127.61 | 0.78 | 0.5 |
| Hex | 1C | E1 | 35 | 58 | 0 | 4C | C | 80 | 4E | 32 |
| Octal | 34 | 341 | 65 | 130 | 0 | 114 | 14 | 200 | 116 | 62 |
| Binary | 11100 | 11100001 | 110101 | 1011000 | 0 | 1001100 | 1100 | 10000000 | 1001110 | 110010 |
Color Harmonies of #1CE135
Complementary color
Monochromatic Colors of #1CE135
Black with #1CE135
Text Example
Text Example
White with #1CE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE135; }
p { color: rgb(28,225,53); }
H1.HeaderClassName
{
color: #1CE135;
}
.AnyTagClassName
{
color: #1CE135;
}
</style>
background-color css
<style>
a { background-color: #1CE135; }
a { background-color: rgb(28,225,53); }
div.DivClassName
{
background-color: #1CE135;
}
.BgClassName
{
background-color: #1CE135;
}
</style>
border-color css
<style>
span { border-color: #1CE135; }
span { border-color: rgb(28,225,53); }
td.TdClassName
{
border-color: #1CE135;
}
.TagClassName
{
border-color: #1CE135;
}
</style>