Shades of Lime Green #1CE52D
Tints of Lime Green #1CE52D
RGB
CMYK
RGB Variations
Color information
#1CE52D (or 0x1CE52D) is known color: Lime Green. HEX triplet: 1C, E5 and 2D. RGB value is (28,229,45). Sum of RGB (Red+Green+Blue) = 28+229+45=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 229 (89.84% from 255 or 75.83% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE52D is #E31AD2. Grayscale: #949494. Windows color (decimal): -14883539 or 3007772. OLE color: 3007772.
HSL color Cylindrical-coordinate representation of color #1CE52D: hue angle of 125.07º 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 #1CE52D is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 229 | 45 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.10 |
| HSL | 125.07º | 0.79% | 0.5% | - |
| HSV(B) | 125.07º | 0.88% | 0.9% | - |
| XYZ | 28.97 | 56.47 | 11.86 | - |
| YUV | 147.93 | 69.91 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 229 | 45 | 0.88 | 0 | 0.80 | 0.10 | 125.07 | 0.79 | 0.5 |
| Hex | 1C | E5 | 2D | 58 | 0 | 50 | A | 7D | 4F | 32 |
| Octal | 34 | 345 | 55 | 130 | 0 | 120 | 12 | 175 | 117 | 62 |
| Binary | 11100 | 11100101 | 101101 | 1011000 | 0 | 1010000 | 1010 | 1111101 | 1001111 | 110010 |
Color Harmonies of #1CE52D
Complementary color
Monochromatic Colors of #1CE52D
Black with #1CE52D
Text Example
Text Example
White with #1CE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE52D; }
p { color: rgb(28,229,45); }
H1.HeaderClassName
{
color: #1CE52D;
}
.AnyTagClassName
{
color: #1CE52D;
}
</style>
background-color css
<style>
a { background-color: #1CE52D; }
a { background-color: rgb(28,229,45); }
div.DivClassName
{
background-color: #1CE52D;
}
.BgClassName
{
background-color: #1CE52D;
}
</style>
border-color css
<style>
span { border-color: #1CE52D; }
span { border-color: rgb(28,229,45); }
td.TdClassName
{
border-color: #1CE52D;
}
.TagClassName
{
border-color: #1CE52D;
}
</style>