Shades of Lime Green #1BCC34
Tints of Lime Green #1BCC34
RGB
CMYK
RGB Variations
Color information
#1BCC34 (or 0x1BCC34) is known color: Lime Green. HEX triplet: 1B, CC and 34. RGB value is (27,204,52). Sum of RGB (Red+Green+Blue) = 27+204+52=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 204 (80.08% from 255 or 72.08% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCC34 is #E433CB. Grayscale: #868686. Windows color (decimal): -14955468 or 3460123. OLE color: 3460123.
HSL color Cylindrical-coordinate representation of color #1BCC34: hue angle of 128.47º 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 #1BCC34 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 204 | 52 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.2 |
| HSL | 128.47º | 0.77% | 0.45% | - |
| HSV(B) | 128.47º | 0.87% | 0.8% | - |
| XYZ | 22.66 | 43.67 | 10.48 | - |
| YUV | 133.75 | 81.86 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 52 | 0.87 | 0 | 0.75 | 0.2 | 128.47 | 0.77 | 0.45 |
| Hex | 1B | CC | 34 | 57 | 0 | 4B | 14 | 80 | 4D | 2D |
| Octal | 33 | 314 | 64 | 127 | 0 | 113 | 24 | 200 | 115 | 55 |
| Binary | 11011 | 11001100 | 110100 | 1010111 | 0 | 1001011 | 10100 | 10000000 | 1001101 | 101101 |
Color Harmonies of #1BCC34
Complementary color
Monochromatic Colors of #1BCC34
Black with #1BCC34
Text Example
Text Example
White with #1BCC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCC34; }
p { color: rgb(27,204,52); }
H1.HeaderClassName
{
color: #1BCC34;
}
.AnyTagClassName
{
color: #1BCC34;
}
</style>
background-color css
<style>
a { background-color: #1BCC34; }
a { background-color: rgb(27,204,52); }
div.DivClassName
{
background-color: #1BCC34;
}
.BgClassName
{
background-color: #1BCC34;
}
</style>
border-color css
<style>
span { border-color: #1BCC34; }
span { border-color: rgb(27,204,52); }
td.TdClassName
{
border-color: #1BCC34;
}
.TagClassName
{
border-color: #1BCC34;
}
</style>