Shades of Lime Green #1CEF36
Tints of Lime Green #1CEF36
RGB
CMYK
RGB Variations
Color information
#1CEF36 (or 0x1CEF36) is known color: Lime Green. HEX triplet: 1C, EF and 36. RGB value is (28,239,54). Sum of RGB (Red+Green+Blue) = 28+239+54=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 239 (93.75% from 255 or 74.45% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 239 - color contains mainly: green. Hex color #1CEF36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CEF36 is #E310C9. Grayscale: #9B9B9B. Windows color (decimal): -14880970 or 3600156. OLE color: 3600156.
HSL color Cylindrical-coordinate representation of color #1CEF36: hue angle of 127.39º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEF36 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 239 | 54 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.06 |
| HSL | 127.39º | 0.87% | 0.52% | - |
| HSV(B) | 127.39º | 0.88% | 0.94% | - |
| XYZ | 32.01 | 62.25 | 13.82 | - |
| YUV | 154.82 | 71.1 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 239 | 54 | 0.88 | 0 | 0.77 | 0.06 | 127.39 | 0.87 | 0.52 |
| Hex | 1C | EF | 36 | 58 | 0 | 4D | 6 | 7F | 57 | 34 |
| Octal | 34 | 357 | 66 | 130 | 0 | 115 | 6 | 177 | 127 | 64 |
| Binary | 11100 | 11101111 | 110110 | 1011000 | 0 | 1001101 | 110 | 1111111 | 1010111 | 110100 |
Color Harmonies of #1CEF36
Complementary color
Monochromatic Colors of #1CEF36
Black with #1CEF36
Text Example
Text Example
White with #1CEF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEF36; }
p { color: rgb(28,239,54); }
H1.HeaderClassName
{
color: #1CEF36;
}
.AnyTagClassName
{
color: #1CEF36;
}
</style>
background-color css
<style>
a { background-color: #1CEF36; }
a { background-color: rgb(28,239,54); }
div.DivClassName
{
background-color: #1CEF36;
}
.BgClassName
{
background-color: #1CEF36;
}
</style>
border-color css
<style>
span { border-color: #1CEF36; }
span { border-color: rgb(28,239,54); }
td.TdClassName
{
border-color: #1CEF36;
}
.TagClassName
{
border-color: #1CEF36;
}
</style>