Shades of Lime Green #1BB820
Tints of Lime Green #1BB820
RGB
CMYK
RGB Variations
Color information
#1BB820 (or 0x1BB820) is known color: Lime Green. HEX triplet: 1B, B8 and 20. RGB value is (27,184,32). Sum of RGB (Red+Green+Blue) = 27+184+32=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 184 (72.27% from 255 or 75.72% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 184 - color contains mainly: green. Hex color #1BB820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BB820 is #E447DF. Grayscale: #787878. Windows color (decimal): -14960608 or 2144283. OLE color: 2144283.
HSL color Cylindrical-coordinate representation of color #1BB820: hue angle of 121.91º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB820 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 27 | 184 | 32 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.28 |
| HSL | 121.91º | 0.74% | 0.41% | - |
| HSV(B) | 121.91º | 0.85% | 0.72% | - |
| XYZ | 17.85 | 34.62 | 7.11 | - |
| YUV | 119.73 | 78.49 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 184 | 32 | 0.85 | 0 | 0.83 | 0.28 | 121.91 | 0.74 | 0.41 |
| Hex | 1B | B8 | 20 | 55 | 0 | 53 | 1C | 7A | 4A | 29 |
| Octal | 33 | 270 | 40 | 125 | 0 | 123 | 34 | 172 | 112 | 51 |
| Binary | 11011 | 10111000 | 100000 | 1010101 | 0 | 1010011 | 11100 | 1111010 | 1001010 | 101001 |
Color Harmonies of #1BB820
Complementary color
Monochromatic Colors of #1BB820
Black with #1BB820
Text Example
Text Example
White with #1BB820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB820; }
p { color: rgb(27,184,32); }
H1.HeaderClassName
{
color: #1BB820;
}
.AnyTagClassName
{
color: #1BB820;
}
</style>
background-color css
<style>
a { background-color: #1BB820; }
a { background-color: rgb(27,184,32); }
div.DivClassName
{
background-color: #1BB820;
}
.BgClassName
{
background-color: #1BB820;
}
</style>
border-color css
<style>
span { border-color: #1BB820; }
span { border-color: rgb(27,184,32); }
td.TdClassName
{
border-color: #1BB820;
}
.TagClassName
{
border-color: #1BB820;
}
</style>