Shades of Lime Green #1CE527
Tints of Lime Green #1CE527
RGB
CMYK
RGB Variations
Color information
#1CE527 (or 0x1CE527) is known color: Lime Green. HEX triplet: 1C, E5 and 27. RGB value is (28,229,39). Sum of RGB (Red+Green+Blue) = 28+229+39=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 229 (89.84% from 255 or 77.36% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE527 is #E31AD8. Grayscale: #939393. Windows color (decimal): -14883545 or 2614556. OLE color: 2614556.
HSL color Cylindrical-coordinate representation of color #1CE527: hue angle of 123.28º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE527 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 229 | 39 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.10 |
| HSL | 123.28º | 0.79% | 0.5% | - |
| HSV(B) | 123.28º | 0.88% | 0.9% | - |
| XYZ | 28.86 | 56.43 | 11.29 | - |
| YUV | 147.24 | 66.91 | 42.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 229 | 39 | 0.88 | 0 | 0.83 | 0.10 | 123.28 | 0.79 | 0.5 |
| Hex | 1C | E5 | 27 | 58 | 0 | 53 | A | 7B | 4F | 32 |
| Octal | 34 | 345 | 47 | 130 | 0 | 123 | 12 | 173 | 117 | 62 |
| Binary | 11100 | 11100101 | 100111 | 1011000 | 0 | 1010011 | 1010 | 1111011 | 1001111 | 110010 |
Color Harmonies of #1CE527
Complementary color
Monochromatic Colors of #1CE527
Black with #1CE527
Text Example
Text Example
White with #1CE527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE527; }
p { color: rgb(28,229,39); }
H1.HeaderClassName
{
color: #1CE527;
}
.AnyTagClassName
{
color: #1CE527;
}
</style>
background-color css
<style>
a { background-color: #1CE527; }
a { background-color: rgb(28,229,39); }
div.DivClassName
{
background-color: #1CE527;
}
.BgClassName
{
background-color: #1CE527;
}
</style>
border-color css
<style>
span { border-color: #1CE527; }
span { border-color: rgb(28,229,39); }
td.TdClassName
{
border-color: #1CE527;
}
.TagClassName
{
border-color: #1CE527;
}
</style>