Shades of Lime Green #1BDF21
Tints of Lime Green #1BDF21
RGB
CMYK
RGB Variations
Color information
#1BDF21 (or 0x1BDF21) is known color: Lime Green. HEX triplet: 1B, DF and 21. RGB value is (27,223,33). Sum of RGB (Red+Green+Blue) = 27+223+33=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 223 (87.5% from 255 or 78.80% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDF21 is #E420DE. Grayscale: #8F8F8F. Windows color (decimal): -14950623 or 2219803. OLE color: 2219803.
HSL color Cylindrical-coordinate representation of color #1BDF21: hue angle of 121.84º 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 #1BDF21 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 33 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.13 |
| HSL | 121.84º | 0.78% | 0.49% | - |
| HSV(B) | 121.84º | 0.88% | 0.87% | - |
| XYZ | 27.11 | 53.12 | 10.26 | - |
| YUV | 142.74 | 66.07 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 33 | 0.88 | 0 | 0.85 | 0.13 | 121.84 | 0.78 | 0.49 |
| Hex | 1B | DF | 21 | 58 | 0 | 55 | D | 7A | 4E | 31 |
| Octal | 33 | 337 | 41 | 130 | 0 | 125 | 15 | 172 | 116 | 61 |
| Binary | 11011 | 11011111 | 100001 | 1011000 | 0 | 1010101 | 1101 | 1111010 | 1001110 | 110001 |
Color Harmonies of #1BDF21
Complementary color
Monochromatic Colors of #1BDF21
Black with #1BDF21
Text Example
Text Example
White with #1BDF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF21; }
p { color: rgb(27,223,33); }
H1.HeaderClassName
{
color: #1BDF21;
}
.AnyTagClassName
{
color: #1BDF21;
}
</style>
background-color css
<style>
a { background-color: #1BDF21; }
a { background-color: rgb(27,223,33); }
div.DivClassName
{
background-color: #1BDF21;
}
.BgClassName
{
background-color: #1BDF21;
}
</style>
border-color css
<style>
span { border-color: #1BDF21; }
span { border-color: rgb(27,223,33); }
td.TdClassName
{
border-color: #1BDF21;
}
.TagClassName
{
border-color: #1BDF21;
}
</style>