Shades of Lime Green #1BCA1E
Tints of Lime Green #1BCA1E
RGB
CMYK
RGB Variations
Color information
#1BCA1E (or 0x1BCA1E) is known color: Lime Green. HEX triplet: 1B, CA and 1E. RGB value is (27,202,30). Sum of RGB (Red+Green+Blue) = 27+202+30=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 202 (79.30% from 255 or 77.99% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCA1E is #E435E1. Grayscale: #828282. Windows color (decimal): -14956002 or 2017819. OLE color: 2017819.
HSL color Cylindrical-coordinate representation of color #1BCA1E: hue angle of 121.03º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCA1E is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 202 | 30 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.21 |
| HSL | 121.03º | 0.76% | 0.45% | - |
| HSV(B) | 121.03º | 0.87% | 0.79% | - |
| XYZ | 21.81 | 42.57 | 8.3 | - |
| YUV | 130.07 | 71.52 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 30 | 0.87 | 0 | 0.85 | 0.21 | 121.03 | 0.76 | 0.45 |
| Hex | 1B | CA | 1E | 57 | 0 | 55 | 15 | 79 | 4C | 2D |
| Octal | 33 | 312 | 36 | 127 | 0 | 125 | 25 | 171 | 114 | 55 |
| Binary | 11011 | 11001010 | 11110 | 1010111 | 0 | 1010101 | 10101 | 1111001 | 1001100 | 101101 |
Color Harmonies of #1BCA1E
Complementary color
Monochromatic Colors of #1BCA1E
Black with #1BCA1E
Text Example
Text Example
White with #1BCA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCA1E; }
p { color: rgb(27,202,30); }
H1.HeaderClassName
{
color: #1BCA1E;
}
.AnyTagClassName
{
color: #1BCA1E;
}
</style>
background-color css
<style>
a { background-color: #1BCA1E; }
a { background-color: rgb(27,202,30); }
div.DivClassName
{
background-color: #1BCA1E;
}
.BgClassName
{
background-color: #1BCA1E;
}
</style>
border-color css
<style>
span { border-color: #1BCA1E; }
span { border-color: rgb(27,202,30); }
td.TdClassName
{
border-color: #1BCA1E;
}
.TagClassName
{
border-color: #1BCA1E;
}
</style>