Shades of Lime Green #1BCA2A
Tints of Lime Green #1BCA2A
RGB
CMYK
RGB Variations
Color information
#1BCA2A (or 0x1BCA2A) is known color: Lime Green. HEX triplet: 1B, CA and 2A. RGB value is (27,202,42). Sum of RGB (Red+Green+Blue) = 27+202+42=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 202 (79.30% from 255 or 74.54% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCA2A is #E435D5. Grayscale: #838383. Windows color (decimal): -14955990 or 2804251. OLE color: 2804251.
HSL color Cylindrical-coordinate representation of color #1BCA2A: hue angle of 125.14º 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 #1BCA2A is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 202 | 42 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.21 |
| HSL | 125.14º | 0.76% | 0.45% | - |
| HSV(B) | 125.14º | 0.87% | 0.79% | - |
| XYZ | 21.99 | 42.64 | 9.26 | - |
| YUV | 131.44 | 77.52 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 42 | 0.87 | 0 | 0.79 | 0.21 | 125.14 | 0.76 | 0.45 |
| Hex | 1B | CA | 2A | 57 | 0 | 4F | 15 | 7D | 4C | 2D |
| Octal | 33 | 312 | 52 | 127 | 0 | 117 | 25 | 175 | 114 | 55 |
| Binary | 11011 | 11001010 | 101010 | 1010111 | 0 | 1001111 | 10101 | 1111101 | 1001100 | 101101 |
Color Harmonies of #1BCA2A
Complementary color
Monochromatic Colors of #1BCA2A
Black with #1BCA2A
Text Example
Text Example
White with #1BCA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCA2A; }
p { color: rgb(27,202,42); }
H1.HeaderClassName
{
color: #1BCA2A;
}
.AnyTagClassName
{
color: #1BCA2A;
}
</style>
background-color css
<style>
a { background-color: #1BCA2A; }
a { background-color: rgb(27,202,42); }
div.DivClassName
{
background-color: #1BCA2A;
}
.BgClassName
{
background-color: #1BCA2A;
}
</style>
border-color css
<style>
span { border-color: #1BCA2A; }
span { border-color: rgb(27,202,42); }
td.TdClassName
{
border-color: #1BCA2A;
}
.TagClassName
{
border-color: #1BCA2A;
}
</style>