Shades of Lime Green #1CE933
Tints of Lime Green #1CE933
RGB
CMYK
RGB Variations
Color information
#1CE933 (or 0x1CE933) is known color: Lime Green. HEX triplet: 1C, E9 and 33. RGB value is (28,233,51). Sum of RGB (Red+Green+Blue) = 28+233+51=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 233 (91.41% from 255 or 74.68% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE933 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CE933 is #E316CC. Grayscale: #979797. Windows color (decimal): -14882509 or 3402012. OLE color: 3402012.
HSL color Cylindrical-coordinate representation of color #1CE933: hue angle of 126.73º 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 #1CE933 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 233 | 51 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.09 |
| HSL | 126.73º | 0.82% | 0.51% | - |
| HSV(B) | 126.73º | 0.88% | 0.91% | - |
| XYZ | 30.22 | 58.76 | 12.88 | - |
| YUV | 150.96 | 71.58 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 233 | 51 | 0.88 | 0 | 0.78 | 0.09 | 126.73 | 0.82 | 0.51 |
| Hex | 1C | E9 | 33 | 58 | 0 | 4E | 9 | 7F | 52 | 33 |
| Octal | 34 | 351 | 63 | 130 | 0 | 116 | 11 | 177 | 122 | 63 |
| Binary | 11100 | 11101001 | 110011 | 1011000 | 0 | 1001110 | 1001 | 1111111 | 1010010 | 110011 |
Color Harmonies of #1CE933
Complementary color
Monochromatic Colors of #1CE933
Black with #1CE933
Text Example
Text Example
White with #1CE933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE933; }
p { color: rgb(28,233,51); }
H1.HeaderClassName
{
color: #1CE933;
}
.AnyTagClassName
{
color: #1CE933;
}
</style>
background-color css
<style>
a { background-color: #1CE933; }
a { background-color: rgb(28,233,51); }
div.DivClassName
{
background-color: #1CE933;
}
.BgClassName
{
background-color: #1CE933;
}
</style>
border-color css
<style>
span { border-color: #1CE933; }
span { border-color: rgb(28,233,51); }
td.TdClassName
{
border-color: #1CE933;
}
.TagClassName
{
border-color: #1CE933;
}
</style>