Shades of Lime Green #1CEB2F
Tints of Lime Green #1CEB2F
RGB
CMYK
RGB Variations
Color information
#1CEB2F (or 0x1CEB2F) is known color: Lime Green. HEX triplet: 1C, EB and 2F. RGB value is (28,235,47). Sum of RGB (Red+Green+Blue) = 28+235+47=310 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.03% from 310); Green value is 235 (92.19% from 255 or 75.81% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 235 - color contains mainly: green. Hex color #1CEB2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CEB2F is #E314D0. Grayscale: #989898. Windows color (decimal): -14882001 or 3140380. OLE color: 3140380.
HSL color Cylindrical-coordinate representation of color #1CEB2F: hue angle of 125.51º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEB2F is Cyan = 0.88, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 235 | 47 | - |
| CMYK | 0.88 | 0 | 0.8 | 0.08 |
| HSL | 125.51º | 0.84% | 0.52% | - |
| HSV(B) | 125.51º | 0.88% | 0.92% | - |
| XYZ | 30.7 | 59.87 | 12.63 | - |
| YUV | 151.68 | 68.92 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 235 | 47 | 0.88 | 0 | 0.8 | 0.08 | 125.51 | 0.84 | 0.52 |
| Hex | 1C | EB | 2F | 58 | 0 | 50 | 8 | 7E | 54 | 34 |
| Octal | 34 | 353 | 57 | 130 | 0 | 120 | 10 | 176 | 124 | 64 |
| Binary | 11100 | 11101011 | 101111 | 1011000 | 0 | 1010000 | 1000 | 1111110 | 1010100 | 110100 |
Color Harmonies of #1CEB2F
Complementary color
Monochromatic Colors of #1CEB2F
Black with #1CEB2F
Text Example
Text Example
White with #1CEB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEB2F; }
p { color: rgb(28,235,47); }
H1.HeaderClassName
{
color: #1CEB2F;
}
.AnyTagClassName
{
color: #1CEB2F;
}
</style>
background-color css
<style>
a { background-color: #1CEB2F; }
a { background-color: rgb(28,235,47); }
div.DivClassName
{
background-color: #1CEB2F;
}
.BgClassName
{
background-color: #1CEB2F;
}
</style>
border-color css
<style>
span { border-color: #1CEB2F; }
span { border-color: rgb(28,235,47); }
td.TdClassName
{
border-color: #1CEB2F;
}
.TagClassName
{
border-color: #1CEB2F;
}
</style>