Shades of Lime Green #1BD21D
Tints of Lime Green #1BD21D
RGB
CMYK
RGB Variations
Color information
#1BD21D (or 0x1BD21D) is known color: Lime Green. HEX triplet: 1B, D2 and 1D. RGB value is (27,210,29). Sum of RGB (Red+Green+Blue) = 27+210+29=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 210 (82.42% from 255 or 78.95% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 210 - color contains mainly: green. Hex color #1BD21D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD21D is #E42DE2. Grayscale: #878787. Windows color (decimal): -14953955 or 1954331. OLE color: 1954331.
HSL color Cylindrical-coordinate representation of color #1BD21D: hue angle of 120.66º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD21D is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 210 | 29 | - |
| CMYK | 0.87 | 0 | 0.86 | 0.18 |
| HSL | 120.66º | 0.77% | 0.46% | - |
| HSV(B) | 120.66º | 0.87% | 0.82% | - |
| XYZ | 23.72 | 46.41 | 8.87 | - |
| YUV | 134.65 | 68.37 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 210 | 29 | 0.87 | 0 | 0.86 | 0.18 | 120.66 | 0.77 | 0.46 |
| Hex | 1B | D2 | 1D | 57 | 0 | 56 | 12 | 79 | 4D | 2E |
| Octal | 33 | 322 | 35 | 127 | 0 | 126 | 22 | 171 | 115 | 56 |
| Binary | 11011 | 11010010 | 11101 | 1010111 | 0 | 1010110 | 10010 | 1111001 | 1001101 | 101110 |
Color Harmonies of #1BD21D
Complementary color
Monochromatic Colors of #1BD21D
Black with #1BD21D
Text Example
Text Example
White with #1BD21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD21D; }
p { color: rgb(27,210,29); }
H1.HeaderClassName
{
color: #1BD21D;
}
.AnyTagClassName
{
color: #1BD21D;
}
</style>
background-color css
<style>
a { background-color: #1BD21D; }
a { background-color: rgb(27,210,29); }
div.DivClassName
{
background-color: #1BD21D;
}
.BgClassName
{
background-color: #1BD21D;
}
</style>
border-color css
<style>
span { border-color: #1BD21D; }
span { border-color: rgb(27,210,29); }
td.TdClassName
{
border-color: #1BD21D;
}
.TagClassName
{
border-color: #1BD21D;
}
</style>