Shades of Lime Green #1BDE21
Tints of Lime Green #1BDE21
RGB
CMYK
RGB Variations
Color information
#1BDE21 (or 0x1BDE21) is known color: Lime Green. HEX triplet: 1B, DE and 21. RGB value is (27,222,33). Sum of RGB (Red+Green+Blue) = 27+222+33=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 222 (87.11% from 255 or 78.72% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 222 - color contains mainly: green. Hex color #1BDE21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDE21 is #E421DE. Grayscale: #8E8E8E. Windows color (decimal): -14950879 or 2219547. OLE color: 2219547.
HSL color Cylindrical-coordinate representation of color #1BDE21: hue angle of 121.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDE21 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 222 | 33 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.13 |
| HSL | 121.85º | 0.78% | 0.49% | - |
| HSV(B) | 121.85º | 0.88% | 0.87% | - |
| XYZ | 26.85 | 52.59 | 10.17 | - |
| YUV | 142.15 | 66.4 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 222 | 33 | 0.88 | 0 | 0.85 | 0.13 | 121.85 | 0.78 | 0.49 |
| Hex | 1B | DE | 21 | 58 | 0 | 55 | D | 7A | 4E | 31 |
| Octal | 33 | 336 | 41 | 130 | 0 | 125 | 15 | 172 | 116 | 61 |
| Binary | 11011 | 11011110 | 100001 | 1011000 | 0 | 1010101 | 1101 | 1111010 | 1001110 | 110001 |
Color Harmonies of #1BDE21
Complementary color
Monochromatic Colors of #1BDE21
Black with #1BDE21
Text Example
Text Example
White with #1BDE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDE21; }
p { color: rgb(27,222,33); }
H1.HeaderClassName
{
color: #1BDE21;
}
.AnyTagClassName
{
color: #1BDE21;
}
</style>
background-color css
<style>
a { background-color: #1BDE21; }
a { background-color: rgb(27,222,33); }
div.DivClassName
{
background-color: #1BDE21;
}
.BgClassName
{
background-color: #1BDE21;
}
</style>
border-color css
<style>
span { border-color: #1BDE21; }
span { border-color: rgb(27,222,33); }
td.TdClassName
{
border-color: #1BDE21;
}
.TagClassName
{
border-color: #1BDE21;
}
</style>