Shades of Lime Green #1CE334
Tints of Lime Green #1CE334
RGB
CMYK
RGB Variations
Color information
#1CE334 (or 0x1CE334) is known color: Lime Green. HEX triplet: 1C, E3 and 34. RGB value is (28,227,52). Sum of RGB (Red+Green+Blue) = 28+227+52=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 227 (89.06% from 255 or 73.94% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 227 - color contains mainly: green. Hex color #1CE334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE334 is #E31CCB. Grayscale: #949494. Windows color (decimal): -14884044 or 3466012. OLE color: 3466012.
HSL color Cylindrical-coordinate representation of color #1CE334: hue angle of 127.24º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE334 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 227 | 52 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.11 |
| HSL | 127.24º | 0.78% | 0.5% | - |
| HSV(B) | 127.24º | 0.88% | 0.89% | - |
| XYZ | 28.57 | 55.43 | 12.44 | - |
| YUV | 147.55 | 74.07 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 227 | 52 | 0.88 | 0 | 0.77 | 0.11 | 127.24 | 0.78 | 0.5 |
| Hex | 1C | E3 | 34 | 58 | 0 | 4D | B | 7F | 4E | 32 |
| Octal | 34 | 343 | 64 | 130 | 0 | 115 | 13 | 177 | 116 | 62 |
| Binary | 11100 | 11100011 | 110100 | 1011000 | 0 | 1001101 | 1011 | 1111111 | 1001110 | 110010 |
Color Harmonies of #1CE334
Complementary color
Monochromatic Colors of #1CE334
Black with #1CE334
Text Example
Text Example
White with #1CE334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE334; }
p { color: rgb(28,227,52); }
H1.HeaderClassName
{
color: #1CE334;
}
.AnyTagClassName
{
color: #1CE334;
}
</style>
background-color css
<style>
a { background-color: #1CE334; }
a { background-color: rgb(28,227,52); }
div.DivClassName
{
background-color: #1CE334;
}
.BgClassName
{
background-color: #1CE334;
}
</style>
border-color css
<style>
span { border-color: #1CE334; }
span { border-color: rgb(28,227,52); }
td.TdClassName
{
border-color: #1CE334;
}
.TagClassName
{
border-color: #1CE334;
}
</style>