Shades of Lime Green #1BCA2E
Tints of Lime Green #1BCA2E
RGB
CMYK
RGB Variations
Color information
#1BCA2E (or 0x1BCA2E) is known color: Lime Green. HEX triplet: 1B, CA and 2E. RGB value is (27,202,46). Sum of RGB (Red+Green+Blue) = 27+202+46=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 202 (79.30% from 255 or 73.45% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCA2E is #E435D1. Grayscale: #848484. Windows color (decimal): -14955986 or 3066395. OLE color: 3066395.
HSL color Cylindrical-coordinate representation of color #1BCA2E: hue angle of 126.51º 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 #1BCA2E is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 202 | 46 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.21 |
| HSL | 126.51º | 0.76% | 0.45% | - |
| HSV(B) | 126.51º | 0.87% | 0.79% | - |
| XYZ | 22.07 | 42.67 | 9.66 | - |
| YUV | 131.89 | 79.52 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 46 | 0.87 | 0 | 0.77 | 0.21 | 126.51 | 0.76 | 0.45 |
| Hex | 1B | CA | 2E | 57 | 0 | 4D | 15 | 7F | 4C | 2D |
| Octal | 33 | 312 | 56 | 127 | 0 | 115 | 25 | 177 | 114 | 55 |
| Binary | 11011 | 11001010 | 101110 | 1010111 | 0 | 1001101 | 10101 | 1111111 | 1001100 | 101101 |
Color Harmonies of #1BCA2E
Complementary color
Monochromatic Colors of #1BCA2E
Black with #1BCA2E
Text Example
Text Example
White with #1BCA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCA2E; }
p { color: rgb(27,202,46); }
H1.HeaderClassName
{
color: #1BCA2E;
}
.AnyTagClassName
{
color: #1BCA2E;
}
</style>
background-color css
<style>
a { background-color: #1BCA2E; }
a { background-color: rgb(27,202,46); }
div.DivClassName
{
background-color: #1BCA2E;
}
.BgClassName
{
background-color: #1BCA2E;
}
</style>
border-color css
<style>
span { border-color: #1BCA2E; }
span { border-color: rgb(27,202,46); }
td.TdClassName
{
border-color: #1BCA2E;
}
.TagClassName
{
border-color: #1BCA2E;
}
</style>