Shades of Lime Green #1BCC20
Tints of Lime Green #1BCC20
RGB
CMYK
RGB Variations
Color information
#1BCC20 (or 0x1BCC20) is known color: Lime Green. HEX triplet: 1B, CC and 20. RGB value is (27,204,32). Sum of RGB (Red+Green+Blue) = 27+204+32=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 204 (80.08% from 255 or 77.57% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCC20 is #E433DF. Grayscale: #838383. Windows color (decimal): -14955488 or 2149403. OLE color: 2149403.
HSL color Cylindrical-coordinate representation of color #1BCC20: hue angle of 121.69º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCC20 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 204 | 32 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.2 |
| HSL | 121.69º | 0.77% | 0.45% | - |
| HSV(B) | 121.69º | 0.87% | 0.8% | - |
| XYZ | 22.31 | 43.52 | 8.59 | - |
| YUV | 131.47 | 71.86 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 32 | 0.87 | 0 | 0.84 | 0.2 | 121.69 | 0.77 | 0.45 |
| Hex | 1B | CC | 20 | 57 | 0 | 54 | 14 | 7A | 4D | 2D |
| Octal | 33 | 314 | 40 | 127 | 0 | 124 | 24 | 172 | 115 | 55 |
| Binary | 11011 | 11001100 | 100000 | 1010111 | 0 | 1010100 | 10100 | 1111010 | 1001101 | 101101 |
Color Harmonies of #1BCC20
Complementary color
Monochromatic Colors of #1BCC20
Black with #1BCC20
Text Example
Text Example
White with #1BCC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCC20; }
p { color: rgb(27,204,32); }
H1.HeaderClassName
{
color: #1BCC20;
}
.AnyTagClassName
{
color: #1BCC20;
}
</style>
background-color css
<style>
a { background-color: #1BCC20; }
a { background-color: rgb(27,204,32); }
div.DivClassName
{
background-color: #1BCC20;
}
.BgClassName
{
background-color: #1BCC20;
}
</style>
border-color css
<style>
span { border-color: #1BCC20; }
span { border-color: rgb(27,204,32); }
td.TdClassName
{
border-color: #1BCC20;
}
.TagClassName
{
border-color: #1BCC20;
}
</style>