Shades of Lime Green #1CB81E
Tints of Lime Green #1CB81E
RGB
CMYK
RGB Variations
Color information
#1CB81E (or 0x1CB81E) is known color: Lime Green. HEX triplet: 1C, B8 and 1E. RGB value is (28,184,30). Sum of RGB (Red+Green+Blue) = 28+184+30=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 184 (72.27% from 255 or 76.03% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 184 - color contains mainly: green. Hex color #1CB81E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB81E is #E347E1. Grayscale: #787878. Windows color (decimal): -14895074 or 2013212. OLE color: 2013212.
HSL color Cylindrical-coordinate representation of color #1CB81E: hue angle of 120.77º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB81E is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 184 | 30 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.28 |
| HSL | 120.77º | 0.74% | 0.42% | - |
| HSV(B) | 120.77º | 0.85% | 0.72% | - |
| XYZ | 17.85 | 34.62 | 6.97 | - |
| YUV | 119.8 | 77.32 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 184 | 30 | 0.85 | 0 | 0.84 | 0.28 | 120.77 | 0.74 | 0.42 |
| Hex | 1C | B8 | 1E | 55 | 0 | 54 | 1C | 79 | 4A | 2A |
| Octal | 34 | 270 | 36 | 125 | 0 | 124 | 34 | 171 | 112 | 52 |
| Binary | 11100 | 10111000 | 11110 | 1010101 | 0 | 1010100 | 11100 | 1111001 | 1001010 | 101010 |
Color Harmonies of #1CB81E
Complementary color
Monochromatic Colors of #1CB81E
Black with #1CB81E
Text Example
Text Example
White with #1CB81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB81E; }
p { color: rgb(28,184,30); }
H1.HeaderClassName
{
color: #1CB81E;
}
.AnyTagClassName
{
color: #1CB81E;
}
</style>
background-color css
<style>
a { background-color: #1CB81E; }
a { background-color: rgb(28,184,30); }
div.DivClassName
{
background-color: #1CB81E;
}
.BgClassName
{
background-color: #1CB81E;
}
</style>
border-color css
<style>
span { border-color: #1CB81E; }
span { border-color: rgb(28,184,30); }
td.TdClassName
{
border-color: #1CB81E;
}
.TagClassName
{
border-color: #1CB81E;
}
</style>