Shades of Lime Green #1CE62C
Tints of Lime Green #1CE62C
RGB
CMYK
RGB Variations
Color information
#1CE62C (or 0x1CE62C) is known color: Lime Green. HEX triplet: 1C, E6 and 2C. RGB value is (28,230,44). Sum of RGB (Red+Green+Blue) = 28+230+44=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 230 (90.23% from 255 or 76.16% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 230 - color contains mainly: green. Hex color #1CE62C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CE62C is #E319D3. Grayscale: #949494. Windows color (decimal): -14883284 or 2942492. OLE color: 2942492.
HSL color Cylindrical-coordinate representation of color #1CE62C: hue angle of 124.75º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE62C is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 230 | 44 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.10 |
| HSL | 124.75º | 0.8% | 0.51% | - |
| HSV(B) | 124.75º | 0.88% | 0.9% | - |
| XYZ | 29.23 | 57.02 | 11.85 | - |
| YUV | 148.4 | 69.08 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 230 | 44 | 0.88 | 0 | 0.81 | 0.10 | 124.75 | 0.8 | 0.51 |
| Hex | 1C | E6 | 2C | 58 | 0 | 51 | A | 7D | 50 | 33 |
| Octal | 34 | 346 | 54 | 130 | 0 | 121 | 12 | 175 | 120 | 63 |
| Binary | 11100 | 11100110 | 101100 | 1011000 | 0 | 1010001 | 1010 | 1111101 | 1010000 | 110011 |
Color Harmonies of #1CE62C
Complementary color
Monochromatic Colors of #1CE62C
Black with #1CE62C
Text Example
Text Example
White with #1CE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE62C; }
p { color: rgb(28,230,44); }
H1.HeaderClassName
{
color: #1CE62C;
}
.AnyTagClassName
{
color: #1CE62C;
}
</style>
background-color css
<style>
a { background-color: #1CE62C; }
a { background-color: rgb(28,230,44); }
div.DivClassName
{
background-color: #1CE62C;
}
.BgClassName
{
background-color: #1CE62C;
}
</style>
border-color css
<style>
span { border-color: #1CE62C; }
span { border-color: rgb(28,230,44); }
td.TdClassName
{
border-color: #1CE62C;
}
.TagClassName
{
border-color: #1CE62C;
}
</style>