Shades of Lime Green #1BC924
Tints of Lime Green #1BC924
RGB
CMYK
RGB Variations
Color information
#1BC924 (or 0x1BC924) is known color: Lime Green. HEX triplet: 1B, C9 and 24. RGB value is (27,201,36). Sum of RGB (Red+Green+Blue) = 27+201+36=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 201 (78.91% from 255 or 76.14% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC924 is #E436DB. Grayscale: #828282. Windows color (decimal): -14956252 or 2410779. OLE color: 2410779.
HSL color Cylindrical-coordinate representation of color #1BC924: hue angle of 123.1º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC924 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 201 | 36 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.21 |
| HSL | 123.1º | 0.76% | 0.45% | - |
| HSV(B) | 123.1º | 0.87% | 0.79% | - |
| XYZ | 21.66 | 42.13 | 8.66 | - |
| YUV | 130.16 | 74.85 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 36 | 0.87 | 0 | 0.82 | 0.21 | 123.1 | 0.76 | 0.45 |
| Hex | 1B | C9 | 24 | 57 | 0 | 52 | 15 | 7B | 4C | 2D |
| Octal | 33 | 311 | 44 | 127 | 0 | 122 | 25 | 173 | 114 | 55 |
| Binary | 11011 | 11001001 | 100100 | 1010111 | 0 | 1010010 | 10101 | 1111011 | 1001100 | 101101 |
Color Harmonies of #1BC924
Complementary color
Monochromatic Colors of #1BC924
Black with #1BC924
Text Example
Text Example
White with #1BC924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC924; }
p { color: rgb(27,201,36); }
H1.HeaderClassName
{
color: #1BC924;
}
.AnyTagClassName
{
color: #1BC924;
}
</style>
background-color css
<style>
a { background-color: #1BC924; }
a { background-color: rgb(27,201,36); }
div.DivClassName
{
background-color: #1BC924;
}
.BgClassName
{
background-color: #1BC924;
}
</style>
border-color css
<style>
span { border-color: #1BC924; }
span { border-color: rgb(27,201,36); }
td.TdClassName
{
border-color: #1BC924;
}
.TagClassName
{
border-color: #1BC924;
}
</style>