Shades of Lime Green #1BBD2D
Tints of Lime Green #1BBD2D
RGB
CMYK
RGB Variations
Color information
#1BBD2D (or 0x1BBD2D) is known color: Lime Green. HEX triplet: 1B, BD and 2D. RGB value is (27,189,45). Sum of RGB (Red+Green+Blue) = 27+189+45=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 189 (74.22% from 255 or 72.41% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 189 - color contains mainly: green. Hex color #1BBD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBD2D is #E442D2. Grayscale: #7C7C7C. Windows color (decimal): -14959315 or 2997531. OLE color: 2997531.
HSL color Cylindrical-coordinate representation of color #1BBD2D: hue angle of 126.67º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBD2D is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 189 | 45 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.26 |
| HSL | 126.67º | 0.75% | 0.42% | - |
| HSV(B) | 126.67º | 0.86% | 0.74% | - |
| XYZ | 19.12 | 36.82 | 8.58 | - |
| YUV | 124.15 | 83.33 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 45 | 0.86 | 0 | 0.76 | 0.26 | 126.67 | 0.75 | 0.42 |
| Hex | 1B | BD | 2D | 56 | 0 | 4C | 1A | 7F | 4B | 2A |
| Octal | 33 | 275 | 55 | 126 | 0 | 114 | 32 | 177 | 113 | 52 |
| Binary | 11011 | 10111101 | 101101 | 1010110 | 0 | 1001100 | 11010 | 1111111 | 1001011 | 101010 |
Color Harmonies of #1BBD2D
Complementary color
Monochromatic Colors of #1BBD2D
Black with #1BBD2D
Text Example
Text Example
White with #1BBD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBD2D; }
p { color: rgb(27,189,45); }
H1.HeaderClassName
{
color: #1BBD2D;
}
.AnyTagClassName
{
color: #1BBD2D;
}
</style>
background-color css
<style>
a { background-color: #1BBD2D; }
a { background-color: rgb(27,189,45); }
div.DivClassName
{
background-color: #1BBD2D;
}
.BgClassName
{
background-color: #1BBD2D;
}
</style>
border-color css
<style>
span { border-color: #1BBD2D; }
span { border-color: rgb(27,189,45); }
td.TdClassName
{
border-color: #1BBD2D;
}
.TagClassName
{
border-color: #1BBD2D;
}
</style>