Shades of Lime Green #1BCA1B
Tints of Lime Green #1BCA1B
RGB
CMYK
RGB Variations
Color information
#1BCA1B (or 0x1BCA1B) is known color: Lime Green. HEX triplet: 1B, CA and 1B. RGB value is (27,202,27). Sum of RGB (Red+Green+Blue) = 27+202+27=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 202 (79.30% from 255 or 78.91% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCA1B is #E435E4. Grayscale: #828282. Windows color (decimal): -14956005 or 1821211. OLE color: 1821211.
HSL color Cylindrical-coordinate representation of color #1BCA1B: hue angle of 120º 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 #1BCA1B is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 202 | 27 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.21 |
| HSL | 120º | 0.76% | 0.45% | - |
| HSV(B) | 120º | 0.87% | 0.79% | - |
| XYZ | 21.77 | 42.55 | 8.1 | - |
| YUV | 129.73 | 70.02 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 27 | 0.87 | 0 | 0.87 | 0.21 | 120 | 0.76 | 0.45 |
| Hex | 1B | CA | 1B | 57 | 0 | 57 | 15 | 78 | 4C | 2D |
| Octal | 33 | 312 | 33 | 127 | 0 | 127 | 25 | 170 | 114 | 55 |
| Binary | 11011 | 11001010 | 11011 | 1010111 | 0 | 1010111 | 10101 | 1111000 | 1001100 | 101101 |
Color Harmonies of #1BCA1B
Complementary color
Monochromatic Colors of #1BCA1B
Black with #1BCA1B
Text Example
Text Example
White with #1BCA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCA1B; }
p { color: rgb(27,202,27); }
H1.HeaderClassName
{
color: #1BCA1B;
}
.AnyTagClassName
{
color: #1BCA1B;
}
</style>
background-color css
<style>
a { background-color: #1BCA1B; }
a { background-color: rgb(27,202,27); }
div.DivClassName
{
background-color: #1BCA1B;
}
.BgClassName
{
background-color: #1BCA1B;
}
</style>
border-color css
<style>
span { border-color: #1BCA1B; }
span { border-color: rgb(27,202,27); }
td.TdClassName
{
border-color: #1BCA1B;
}
.TagClassName
{
border-color: #1BCA1B;
}
</style>