Shades of Lime Green #1CE02B
Tints of Lime Green #1CE02B
RGB
CMYK
RGB Variations
Color information
#1CE02B (or 0x1CE02B) is known color: Lime Green. HEX triplet: 1C, E0 and 2B. RGB value is (28,224,43). Sum of RGB (Red+Green+Blue) = 28+224+43=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 224 (87.89% from 255 or 75.93% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE02B is #E31FD4. Grayscale: #919191. Windows color (decimal): -14884821 or 2875420. OLE color: 2875420.
HSL color Cylindrical-coordinate representation of color #1CE02B: hue angle of 124.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE02B is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 224 | 43 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.12 |
| HSL | 124.59º | 0.78% | 0.49% | - |
| HSV(B) | 124.59º | 0.88% | 0.88% | - |
| XYZ | 27.57 | 53.73 | 11.2 | - |
| YUV | 144.76 | 70.57 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 43 | 0.88 | 0 | 0.81 | 0.12 | 124.59 | 0.78 | 0.49 |
| Hex | 1C | E0 | 2B | 58 | 0 | 51 | C | 7D | 4E | 31 |
| Octal | 34 | 340 | 53 | 130 | 0 | 121 | 14 | 175 | 116 | 61 |
| Binary | 11100 | 11100000 | 101011 | 1011000 | 0 | 1010001 | 1100 | 1111101 | 1001110 | 110001 |
Color Harmonies of #1CE02B
Complementary color
Monochromatic Colors of #1CE02B
Black with #1CE02B
Text Example
Text Example
White with #1CE02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE02B; }
p { color: rgb(28,224,43); }
H1.HeaderClassName
{
color: #1CE02B;
}
.AnyTagClassName
{
color: #1CE02B;
}
</style>
background-color css
<style>
a { background-color: #1CE02B; }
a { background-color: rgb(28,224,43); }
div.DivClassName
{
background-color: #1CE02B;
}
.BgClassName
{
background-color: #1CE02B;
}
</style>
border-color css
<style>
span { border-color: #1CE02B; }
span { border-color: rgb(28,224,43); }
td.TdClassName
{
border-color: #1CE02B;
}
.TagClassName
{
border-color: #1CE02B;
}
</style>