Shades of Lime Green #1BDA21
Tints of Lime Green #1BDA21
RGB
CMYK
RGB Variations
Color information
#1BDA21 (or 0x1BDA21) is known color: Lime Green. HEX triplet: 1B, DA and 21. RGB value is (27,218,33). Sum of RGB (Red+Green+Blue) = 27+218+33=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 218 (85.55% from 255 or 78.42% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDA21 is #E425DE. Grayscale: #8C8C8C. Windows color (decimal): -14951903 or 2218523. OLE color: 2218523.
HSL color Cylindrical-coordinate representation of color #1BDA21: hue angle of 121.88º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDA21 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 33 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.15 |
| HSL | 121.88º | 0.78% | 0.48% | - |
| HSV(B) | 121.88º | 0.88% | 0.85% | - |
| XYZ | 25.8 | 50.49 | 9.82 | - |
| YUV | 139.8 | 67.72 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 33 | 0.88 | 0 | 0.85 | 0.15 | 121.88 | 0.78 | 0.48 |
| Hex | 1B | DA | 21 | 58 | 0 | 55 | F | 7A | 4E | 30 |
| Octal | 33 | 332 | 41 | 130 | 0 | 125 | 17 | 172 | 116 | 60 |
| Binary | 11011 | 11011010 | 100001 | 1011000 | 0 | 1010101 | 1111 | 1111010 | 1001110 | 110000 |
Color Harmonies of #1BDA21
Complementary color
Monochromatic Colors of #1BDA21
Black with #1BDA21
Text Example
Text Example
White with #1BDA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA21; }
p { color: rgb(27,218,33); }
H1.HeaderClassName
{
color: #1BDA21;
}
.AnyTagClassName
{
color: #1BDA21;
}
</style>
background-color css
<style>
a { background-color: #1BDA21; }
a { background-color: rgb(27,218,33); }
div.DivClassName
{
background-color: #1BDA21;
}
.BgClassName
{
background-color: #1BDA21;
}
</style>
border-color css
<style>
span { border-color: #1BDA21; }
span { border-color: rgb(27,218,33); }
td.TdClassName
{
border-color: #1BDA21;
}
.TagClassName
{
border-color: #1BDA21;
}
</style>