Shades of Lime Green #1BCC23
Tints of Lime Green #1BCC23
RGB
CMYK
RGB Variations
Color information
#1BCC23 (or 0x1BCC23) is known color: Lime Green. HEX triplet: 1B, CC and 23. RGB value is (27,204,35). Sum of RGB (Red+Green+Blue) = 27+204+35=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 204 (80.08% from 255 or 76.69% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCC23 is #E433DC. Grayscale: #848484. Windows color (decimal): -14955485 or 2346011. OLE color: 2346011.
HSL color Cylindrical-coordinate representation of color #1BCC23: hue angle of 122.71º 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 #1BCC23 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 204 | 35 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.2 |
| HSL | 122.71º | 0.77% | 0.45% | - |
| HSV(B) | 122.71º | 0.87% | 0.8% | - |
| XYZ | 22.35 | 43.54 | 8.82 | - |
| YUV | 131.81 | 73.36 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 35 | 0.87 | 0 | 0.83 | 0.2 | 122.71 | 0.77 | 0.45 |
| Hex | 1B | CC | 23 | 57 | 0 | 53 | 14 | 7B | 4D | 2D |
| Octal | 33 | 314 | 43 | 127 | 0 | 123 | 24 | 173 | 115 | 55 |
| Binary | 11011 | 11001100 | 100011 | 1010111 | 0 | 1010011 | 10100 | 1111011 | 1001101 | 101101 |
Color Harmonies of #1BCC23
Complementary color
Monochromatic Colors of #1BCC23
Black with #1BCC23
Text Example
Text Example
White with #1BCC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCC23; }
p { color: rgb(27,204,35); }
H1.HeaderClassName
{
color: #1BCC23;
}
.AnyTagClassName
{
color: #1BCC23;
}
</style>
background-color css
<style>
a { background-color: #1BCC23; }
a { background-color: rgb(27,204,35); }
div.DivClassName
{
background-color: #1BCC23;
}
.BgClassName
{
background-color: #1BCC23;
}
</style>
border-color css
<style>
span { border-color: #1BCC23; }
span { border-color: rgb(27,204,35); }
td.TdClassName
{
border-color: #1BCC23;
}
.TagClassName
{
border-color: #1BCC23;
}
</style>