Shades of Lime Green #1CE237
Tints of Lime Green #1CE237
RGB
CMYK
RGB Variations
Color information
#1CE237 (or 0x1CE237) is known color: Lime Green. HEX triplet: 1C, E2 and 37. RGB value is (28,226,55). Sum of RGB (Red+Green+Blue) = 28+226+55=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 226 (88.67% from 255 or 73.14% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 226 - color contains mainly: green. Hex color #1CE237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE237 is #E31DC8. Grayscale: #939393. Windows color (decimal): -14884297 or 3662364. OLE color: 3662364.
HSL color Cylindrical-coordinate representation of color #1CE237: hue angle of 128.18º 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 #1CE237 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 226 | 55 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.11 |
| HSL | 128.18º | 0.78% | 0.5% | - |
| HSV(B) | 128.18º | 0.88% | 0.89% | - |
| XYZ | 28.36 | 54.92 | 12.72 | - |
| YUV | 147.3 | 75.9 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 226 | 55 | 0.88 | 0 | 0.76 | 0.11 | 128.18 | 0.78 | 0.5 |
| Hex | 1C | E2 | 37 | 58 | 0 | 4C | B | 80 | 4E | 32 |
| Octal | 34 | 342 | 67 | 130 | 0 | 114 | 13 | 200 | 116 | 62 |
| Binary | 11100 | 11100010 | 110111 | 1011000 | 0 | 1001100 | 1011 | 10000000 | 1001110 | 110010 |
Color Harmonies of #1CE237
Complementary color
Monochromatic Colors of #1CE237
Black with #1CE237
Text Example
Text Example
White with #1CE237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE237; }
p { color: rgb(28,226,55); }
H1.HeaderClassName
{
color: #1CE237;
}
.AnyTagClassName
{
color: #1CE237;
}
</style>
background-color css
<style>
a { background-color: #1CE237; }
a { background-color: rgb(28,226,55); }
div.DivClassName
{
background-color: #1CE237;
}
.BgClassName
{
background-color: #1CE237;
}
</style>
border-color css
<style>
span { border-color: #1CE237; }
span { border-color: rgb(28,226,55); }
td.TdClassName
{
border-color: #1CE237;
}
.TagClassName
{
border-color: #1CE237;
}
</style>