Shades of Lime Green #1BB225
Tints of Lime Green #1BB225
RGB
CMYK
RGB Variations
Color information
#1BB225 (or 0x1BB225) is known color: Lime Green. HEX triplet: 1B, B2 and 25. RGB value is (27,178,37). Sum of RGB (Red+Green+Blue) = 27+178+37=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 178 (69.92% from 255 or 73.55% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 178 - color contains mainly: green. Hex color #1BB225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BB225 is #E44DDA. Grayscale: #757575. Windows color (decimal): -14962139 or 2470427. OLE color: 2470427.
HSL color Cylindrical-coordinate representation of color #1BB225: hue angle of 123.97º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB225 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 178 | 37 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.30 |
| HSL | 123.97º | 0.74% | 0.4% | - |
| HSV(B) | 123.97º | 0.85% | 0.7% | - |
| XYZ | 16.71 | 32.21 | 7.09 | - |
| YUV | 116.78 | 82.97 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 178 | 37 | 0.85 | 0 | 0.79 | 0.30 | 123.97 | 0.74 | 0.4 |
| Hex | 1B | B2 | 25 | 55 | 0 | 4F | 1E | 7C | 4A | 28 |
| Octal | 33 | 262 | 45 | 125 | 0 | 117 | 36 | 174 | 112 | 50 |
| Binary | 11011 | 10110010 | 100101 | 1010101 | 0 | 1001111 | 11110 | 1111100 | 1001010 | 101000 |
Color Harmonies of #1BB225
Complementary color
Monochromatic Colors of #1BB225
Black with #1BB225
Text Example
Text Example
White with #1BB225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB225; }
p { color: rgb(27,178,37); }
H1.HeaderClassName
{
color: #1BB225;
}
.AnyTagClassName
{
color: #1BB225;
}
</style>
background-color css
<style>
a { background-color: #1BB225; }
a { background-color: rgb(27,178,37); }
div.DivClassName
{
background-color: #1BB225;
}
.BgClassName
{
background-color: #1BB225;
}
</style>
border-color css
<style>
span { border-color: #1BB225; }
span { border-color: rgb(27,178,37); }
td.TdClassName
{
border-color: #1BB225;
}
.TagClassName
{
border-color: #1BB225;
}
</style>