Shades of Lime Green #1BC522
Tints of Lime Green #1BC522
RGB
CMYK
RGB Variations
Color information
#1BC522 (or 0x1BC522) is known color: Lime Green. HEX triplet: 1B, C5 and 22. RGB value is (27,197,34). Sum of RGB (Red+Green+Blue) = 27+197+34=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 197 (77.34% from 255 or 76.36% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 197 - color contains mainly: green. Hex color #1BC522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC522 is #E43ADD. Grayscale: #808080. Windows color (decimal): -14957278 or 2278683. OLE color: 2278683.
HSL color Cylindrical-coordinate representation of color #1BC522: hue angle of 122.47º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC522 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 197 | 34 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.23 |
| HSL | 122.47º | 0.76% | 0.44% | - |
| HSV(B) | 122.47º | 0.86% | 0.77% | - |
| XYZ | 20.71 | 40.28 | 8.2 | - |
| YUV | 127.59 | 75.18 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 197 | 34 | 0.86 | 0 | 0.83 | 0.23 | 122.47 | 0.76 | 0.44 |
| Hex | 1B | C5 | 22 | 56 | 0 | 53 | 17 | 7A | 4C | 2C |
| Octal | 33 | 305 | 42 | 126 | 0 | 123 | 27 | 172 | 114 | 54 |
| Binary | 11011 | 11000101 | 100010 | 1010110 | 0 | 1010011 | 10111 | 1111010 | 1001100 | 101100 |
Color Harmonies of #1BC522
Complementary color
Monochromatic Colors of #1BC522
Black with #1BC522
Text Example
Text Example
White with #1BC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC522; }
p { color: rgb(27,197,34); }
H1.HeaderClassName
{
color: #1BC522;
}
.AnyTagClassName
{
color: #1BC522;
}
</style>
background-color css
<style>
a { background-color: #1BC522; }
a { background-color: rgb(27,197,34); }
div.DivClassName
{
background-color: #1BC522;
}
.BgClassName
{
background-color: #1BC522;
}
</style>
border-color css
<style>
span { border-color: #1BC522; }
span { border-color: rgb(27,197,34); }
td.TdClassName
{
border-color: #1BC522;
}
.TagClassName
{
border-color: #1BC522;
}
</style>