Shades of Lime Green #1BC331
Tints of Lime Green #1BC331
RGB
CMYK
RGB Variations
Color information
#1BC331 (or 0x1BC331) is known color: Lime Green. HEX triplet: 1B, C3 and 31. RGB value is (27,195,49). Sum of RGB (Red+Green+Blue) = 27+195+49=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 195 (76.56% from 255 or 71.96% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC331 is #E43CCE. Grayscale: #808080. Windows color (decimal): -14957775 or 3261211. OLE color: 3261211.
HSL color Cylindrical-coordinate representation of color #1BC331: hue angle of 127.86º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC331 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 195 | 49 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.24 |
| HSL | 127.86º | 0.76% | 0.44% | - |
| HSV(B) | 127.86º | 0.86% | 0.76% | - |
| XYZ | 20.52 | 39.48 | 9.45 | - |
| YUV | 128.12 | 83.34 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 195 | 49 | 0.86 | 0 | 0.75 | 0.24 | 127.86 | 0.76 | 0.44 |
| Hex | 1B | C3 | 31 | 56 | 0 | 4B | 18 | 80 | 4C | 2C |
| Octal | 33 | 303 | 61 | 126 | 0 | 113 | 30 | 200 | 114 | 54 |
| Binary | 11011 | 11000011 | 110001 | 1010110 | 0 | 1001011 | 11000 | 10000000 | 1001100 | 101100 |
Color Harmonies of #1BC331
Complementary color
Monochromatic Colors of #1BC331
Black with #1BC331
Text Example
Text Example
White with #1BC331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC331; }
p { color: rgb(27,195,49); }
H1.HeaderClassName
{
color: #1BC331;
}
.AnyTagClassName
{
color: #1BC331;
}
</style>
background-color css
<style>
a { background-color: #1BC331; }
a { background-color: rgb(27,195,49); }
div.DivClassName
{
background-color: #1BC331;
}
.BgClassName
{
background-color: #1BC331;
}
</style>
border-color css
<style>
span { border-color: #1BC331; }
span { border-color: rgb(27,195,49); }
td.TdClassName
{
border-color: #1BC331;
}
.TagClassName
{
border-color: #1BC331;
}
</style>