Shades of Lime Green #1BDD2F
Tints of Lime Green #1BDD2F
RGB
CMYK
RGB Variations
Color information
#1BDD2F (or 0x1BDD2F) is known color: Lime Green. HEX triplet: 1B, DD and 2F. RGB value is (27,221,47). Sum of RGB (Red+Green+Blue) = 27+221+47=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 221 (86.72% from 255 or 74.92% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDD2F is #E422D0. Grayscale: #8F8F8F. Windows color (decimal): -14951121 or 3136795. OLE color: 3136795.
HSL color Cylindrical-coordinate representation of color #1BDD2F: hue angle of 126.19º 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 #1BDD2F is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 47 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.13 |
| HSL | 126.19º | 0.78% | 0.49% | - |
| HSV(B) | 126.19º | 0.88% | 0.87% | - |
| XYZ | 26.82 | 52.15 | 11.34 | - |
| YUV | 143.16 | 73.73 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 47 | 0.88 | 0 | 0.79 | 0.13 | 126.19 | 0.78 | 0.49 |
| Hex | 1B | DD | 2F | 58 | 0 | 4F | D | 7E | 4E | 31 |
| Octal | 33 | 335 | 57 | 130 | 0 | 117 | 15 | 176 | 116 | 61 |
| Binary | 11011 | 11011101 | 101111 | 1011000 | 0 | 1001111 | 1101 | 1111110 | 1001110 | 110001 |
Color Harmonies of #1BDD2F
Complementary color
Monochromatic Colors of #1BDD2F
Black with #1BDD2F
Text Example
Text Example
White with #1BDD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD2F; }
p { color: rgb(27,221,47); }
H1.HeaderClassName
{
color: #1BDD2F;
}
.AnyTagClassName
{
color: #1BDD2F;
}
</style>
background-color css
<style>
a { background-color: #1BDD2F; }
a { background-color: rgb(27,221,47); }
div.DivClassName
{
background-color: #1BDD2F;
}
.BgClassName
{
background-color: #1BDD2F;
}
</style>
border-color css
<style>
span { border-color: #1BDD2F; }
span { border-color: rgb(27,221,47); }
td.TdClassName
{
border-color: #1BDD2F;
}
.TagClassName
{
border-color: #1BDD2F;
}
</style>