Shades of Lime Green #1CE92D
Tints of Lime Green #1CE92D
RGB
CMYK
RGB Variations
Color information
#1CE92D (or 0x1CE92D) is known color: Lime Green. HEX triplet: 1C, E9 and 2D. RGB value is (28,233,45). Sum of RGB (Red+Green+Blue) = 28+233+45=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 233 (91.41% from 255 or 76.14% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE92D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CE92D is #E316D2. Grayscale: #969696. Windows color (decimal): -14882515 or 3008796. OLE color: 3008796.
HSL color Cylindrical-coordinate representation of color #1CE92D: hue angle of 124.98º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE92D is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 233 | 45 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.09 |
| HSL | 124.98º | 0.82% | 0.51% | - |
| HSV(B) | 124.98º | 0.88% | 0.91% | - |
| XYZ | 30.09 | 58.71 | 12.23 | - |
| YUV | 150.27 | 68.58 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 233 | 45 | 0.88 | 0 | 0.81 | 0.09 | 124.98 | 0.82 | 0.51 |
| Hex | 1C | E9 | 2D | 58 | 0 | 51 | 9 | 7D | 52 | 33 |
| Octal | 34 | 351 | 55 | 130 | 0 | 121 | 11 | 175 | 122 | 63 |
| Binary | 11100 | 11101001 | 101101 | 1011000 | 0 | 1010001 | 1001 | 1111101 | 1010010 | 110011 |
Color Harmonies of #1CE92D
Complementary color
Monochromatic Colors of #1CE92D
Black with #1CE92D
Text Example
Text Example
White with #1CE92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE92D; }
p { color: rgb(28,233,45); }
H1.HeaderClassName
{
color: #1CE92D;
}
.AnyTagClassName
{
color: #1CE92D;
}
</style>
background-color css
<style>
a { background-color: #1CE92D; }
a { background-color: rgb(28,233,45); }
div.DivClassName
{
background-color: #1CE92D;
}
.BgClassName
{
background-color: #1CE92D;
}
</style>
border-color css
<style>
span { border-color: #1CE92D; }
span { border-color: rgb(28,233,45); }
td.TdClassName
{
border-color: #1CE92D;
}
.TagClassName
{
border-color: #1CE92D;
}
</style>