Shades of Lime Green #1CCE2A
Tints of Lime Green #1CCE2A
RGB
CMYK
RGB Variations
Color information
#1CCE2A (or 0x1CCE2A) is known color: Lime Green. HEX triplet: 1C, CE and 2A. RGB value is (28,206,42). Sum of RGB (Red+Green+Blue) = 28+206+42=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 206 (80.86% from 255 or 74.64% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 206 - color contains mainly: green. Hex color #1CCE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCE2A is #E331D5. Grayscale: #868686. Windows color (decimal): -14889430 or 2805276. OLE color: 2805276.
HSL color Cylindrical-coordinate representation of color #1CCE2A: hue angle of 124.72º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCE2A is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 206 | 42 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.19 |
| HSL | 124.72º | 0.76% | 0.46% | - |
| HSV(B) | 124.72º | 0.86% | 0.81% | - |
| XYZ | 22.97 | 44.56 | 9.58 | - |
| YUV | 134.08 | 76.03 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 206 | 42 | 0.86 | 0 | 0.80 | 0.19 | 124.72 | 0.76 | 0.46 |
| Hex | 1C | CE | 2A | 56 | 0 | 50 | 13 | 7D | 4C | 2E |
| Octal | 34 | 316 | 52 | 126 | 0 | 120 | 23 | 175 | 114 | 56 |
| Binary | 11100 | 11001110 | 101010 | 1010110 | 0 | 1010000 | 10011 | 1111101 | 1001100 | 101110 |
Color Harmonies of #1CCE2A
Complementary color
Monochromatic Colors of #1CCE2A
Black with #1CCE2A
Text Example
Text Example
White with #1CCE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCE2A; }
p { color: rgb(28,206,42); }
H1.HeaderClassName
{
color: #1CCE2A;
}
.AnyTagClassName
{
color: #1CCE2A;
}
</style>
background-color css
<style>
a { background-color: #1CCE2A; }
a { background-color: rgb(28,206,42); }
div.DivClassName
{
background-color: #1CCE2A;
}
.BgClassName
{
background-color: #1CCE2A;
}
</style>
border-color css
<style>
span { border-color: #1CCE2A; }
span { border-color: rgb(28,206,42); }
td.TdClassName
{
border-color: #1CCE2A;
}
.TagClassName
{
border-color: #1CCE2A;
}
</style>