Shades of Lime Green #1BC915
Tints of Lime Green #1BC915
RGB
CMYK
RGB Variations
Color information
#1BC915 (or 0x1BC915) is known color: Lime Green. HEX triplet: 1B, C9 and 15. RGB value is (27,201,21). Sum of RGB (Red+Green+Blue) = 27+201+21=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 201 (78.91% from 255 or 80.72% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC915 is #E436EA. Grayscale: #808080. Windows color (decimal): -14956267 or 1427739. OLE color: 1427739.
HSL color Cylindrical-coordinate representation of color #1BC915: hue angle of 118º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1BC915 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 201 | 21 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.21 |
| HSL | 118º | 0.81% | 0.44% | - |
| HSV(B) | 118º | 0.9% | 0.79% | - |
| XYZ | 21.47 | 42.06 | 7.7 | - |
| YUV | 128.45 | 67.35 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 21 | 0.87 | 0 | 0.90 | 0.21 | 118 | 0.81 | 0.44 |
| Hex | 1B | C9 | 15 | 57 | 0 | 5A | 15 | 76 | 51 | 2C |
| Octal | 33 | 311 | 25 | 127 | 0 | 132 | 25 | 166 | 121 | 54 |
| Binary | 11011 | 11001001 | 10101 | 1010111 | 0 | 1011010 | 10101 | 1110110 | 1010001 | 101100 |
Color Harmonies of #1BC915
Complementary color
Monochromatic Colors of #1BC915
Black with #1BC915
Text Example
Text Example
White with #1BC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC915; }
p { color: rgb(27,201,21); }
H1.HeaderClassName
{
color: #1BC915;
}
.AnyTagClassName
{
color: #1BC915;
}
</style>
background-color css
<style>
a { background-color: #1BC915; }
a { background-color: rgb(27,201,21); }
div.DivClassName
{
background-color: #1BC915;
}
.BgClassName
{
background-color: #1BC915;
}
</style>
border-color css
<style>
span { border-color: #1BC915; }
span { border-color: rgb(27,201,21); }
td.TdClassName
{
border-color: #1BC915;
}
.TagClassName
{
border-color: #1BC915;
}
</style>