Shades of Lime Green #1BCA29
Tints of Lime Green #1BCA29
RGB
CMYK
RGB Variations
Color information
#1BCA29 (or 0x1BCA29) is known color: Lime Green. HEX triplet: 1B, CA and 29. RGB value is (27,202,41). Sum of RGB (Red+Green+Blue) = 27+202+41=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 202 (79.30% from 255 or 74.81% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCA29 is #E435D6. Grayscale: #838383. Windows color (decimal): -14955991 or 2738715. OLE color: 2738715.
HSL color Cylindrical-coordinate representation of color #1BCA29: hue angle of 124.8º 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 #1BCA29 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 202 | 41 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.21 |
| HSL | 124.8º | 0.76% | 0.45% | - |
| HSV(B) | 124.8º | 0.87% | 0.79% | - |
| XYZ | 21.97 | 42.63 | 9.17 | - |
| YUV | 131.32 | 77.02 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 41 | 0.87 | 0 | 0.80 | 0.21 | 124.8 | 0.76 | 0.45 |
| Hex | 1B | CA | 29 | 57 | 0 | 50 | 15 | 7D | 4C | 2D |
| Octal | 33 | 312 | 51 | 127 | 0 | 120 | 25 | 175 | 114 | 55 |
| Binary | 11011 | 11001010 | 101001 | 1010111 | 0 | 1010000 | 10101 | 1111101 | 1001100 | 101101 |
Color Harmonies of #1BCA29
Complementary color
Monochromatic Colors of #1BCA29
Black with #1BCA29
Text Example
Text Example
White with #1BCA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCA29; }
p { color: rgb(27,202,41); }
H1.HeaderClassName
{
color: #1BCA29;
}
.AnyTagClassName
{
color: #1BCA29;
}
</style>
background-color css
<style>
a { background-color: #1BCA29; }
a { background-color: rgb(27,202,41); }
div.DivClassName
{
background-color: #1BCA29;
}
.BgClassName
{
background-color: #1BCA29;
}
</style>
border-color css
<style>
span { border-color: #1BCA29; }
span { border-color: rgb(27,202,41); }
td.TdClassName
{
border-color: #1BCA29;
}
.TagClassName
{
border-color: #1BCA29;
}
</style>