Shades of Lime Green #1BCA1D
Tints of Lime Green #1BCA1D
RGB
CMYK
RGB Variations
Color information
#1BCA1D (or 0x1BCA1D) is known color: Lime Green. HEX triplet: 1B, CA and 1D. RGB value is (27,202,29). Sum of RGB (Red+Green+Blue) = 27+202+29=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 202 (79.30% from 255 or 78.29% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCA1D is #E435E2. Grayscale: #828282. Windows color (decimal): -14956003 or 1952283. OLE color: 1952283.
HSL color Cylindrical-coordinate representation of color #1BCA1D: hue angle of 120.69º 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 #1BCA1D is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 202 | 29 | - |
| CMYK | 0.87 | 0 | 0.86 | 0.21 |
| HSL | 120.69º | 0.76% | 0.45% | - |
| HSV(B) | 120.69º | 0.87% | 0.79% | - |
| XYZ | 21.79 | 42.56 | 8.23 | - |
| YUV | 129.95 | 71.02 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 29 | 0.87 | 0 | 0.86 | 0.21 | 120.69 | 0.76 | 0.45 |
| Hex | 1B | CA | 1D | 57 | 0 | 56 | 15 | 79 | 4C | 2D |
| Octal | 33 | 312 | 35 | 127 | 0 | 126 | 25 | 171 | 114 | 55 |
| Binary | 11011 | 11001010 | 11101 | 1010111 | 0 | 1010110 | 10101 | 1111001 | 1001100 | 101101 |
Color Harmonies of #1BCA1D
Complementary color
Monochromatic Colors of #1BCA1D
Black with #1BCA1D
Text Example
Text Example
White with #1BCA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCA1D; }
p { color: rgb(27,202,29); }
H1.HeaderClassName
{
color: #1BCA1D;
}
.AnyTagClassName
{
color: #1BCA1D;
}
</style>
background-color css
<style>
a { background-color: #1BCA1D; }
a { background-color: rgb(27,202,29); }
div.DivClassName
{
background-color: #1BCA1D;
}
.BgClassName
{
background-color: #1BCA1D;
}
</style>
border-color css
<style>
span { border-color: #1BCA1D; }
span { border-color: rgb(27,202,29); }
td.TdClassName
{
border-color: #1BCA1D;
}
.TagClassName
{
border-color: #1BCA1D;
}
</style>