Shades of Lime Green #1BC222
Tints of Lime Green #1BC222
RGB
CMYK
RGB Variations
Color information
#1BC222 (or 0x1BC222) is known color: Lime Green. HEX triplet: 1B, C2 and 22. RGB value is (27,194,34). Sum of RGB (Red+Green+Blue) = 27+194+34=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 194 (76.17% from 255 or 76.08% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC222 is #E43DDD. Grayscale: #7E7E7E. Windows color (decimal): -14958046 or 2277915. OLE color: 2277915.
HSL color Cylindrical-coordinate representation of color #1BC222: hue angle of 122.51º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC222 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 194 | 34 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.24 |
| HSL | 122.52º | 0.76% | 0.43% | - |
| HSV(B) | 122.52º | 0.86% | 0.76% | - |
| XYZ | 20.03 | 38.93 | 7.97 | - |
| YUV | 125.83 | 76.17 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 34 | 0.86 | 0 | 0.82 | 0.24 | 122.52 | 0.76 | 0.43 |
| Hex | 1B | C2 | 22 | 56 | 0 | 52 | 18 | 7B | 4C | 2B |
| Octal | 33 | 302 | 42 | 126 | 0 | 122 | 30 | 173 | 114 | 53 |
| Binary | 11011 | 11000010 | 100010 | 1010110 | 0 | 1010010 | 11000 | 1111011 | 1001100 | 101011 |
Color Harmonies of #1BC222
Complementary color
Monochromatic Colors of #1BC222
Black with #1BC222
Text Example
Text Example
White with #1BC222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC222; }
p { color: rgb(27,194,34); }
H1.HeaderClassName
{
color: #1BC222;
}
.AnyTagClassName
{
color: #1BC222;
}
</style>
background-color css
<style>
a { background-color: #1BC222; }
a { background-color: rgb(27,194,34); }
div.DivClassName
{
background-color: #1BC222;
}
.BgClassName
{
background-color: #1BC222;
}
</style>
border-color css
<style>
span { border-color: #1BC222; }
span { border-color: rgb(27,194,34); }
td.TdClassName
{
border-color: #1BC222;
}
.TagClassName
{
border-color: #1BC222;
}
</style>