Shades of Lime Green #1BCA06
Tints of Lime Green #1BCA06
RGB
CMYK
RGB Variations
Color information
#1BCA06 (or 0x1BCA06) is known color: Lime Green. HEX triplet: 1B, CA and 06. RGB value is (27,202,6). Sum of RGB (Red+Green+Blue) = 27+202+6=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 202 (79.30% from 255 or 85.96% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCA06 is #E435F9. Grayscale: #7F7F7F. Windows color (decimal): -14956026 or 444955. OLE color: 444955.
HSL color Cylindrical-coordinate representation of color #1BCA06: hue angle of 113.57º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1BCA06 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 202 | 6 | - |
| CMYK | 0.87 | 0 | 0.97 | 0.21 |
| HSL | 113.57º | 0.94% | 0.41% | - |
| HSV(B) | 113.57º | 0.97% | 0.79% | - |
| XYZ | 21.61 | 42.49 | 7.23 | - |
| YUV | 127.33 | 59.52 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 6 | 0.87 | 0 | 0.97 | 0.21 | 113.57 | 0.94 | 0.41 |
| Hex | 1B | CA | 6 | 57 | 0 | 61 | 15 | 72 | 5E | 29 |
| Octal | 33 | 312 | 6 | 127 | 0 | 141 | 25 | 162 | 136 | 51 |
| Binary | 11011 | 11001010 | 110 | 1010111 | 0 | 1100001 | 10101 | 1110010 | 1011110 | 101001 |
Color Harmonies of #1BCA06
Complementary color
Monochromatic Colors of #1BCA06
Black with #1BCA06
Text Example
Text Example
White with #1BCA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCA06; }
p { color: rgb(27,202,6); }
H1.HeaderClassName
{
color: #1BCA06;
}
.AnyTagClassName
{
color: #1BCA06;
}
</style>
background-color css
<style>
a { background-color: #1BCA06; }
a { background-color: rgb(27,202,6); }
div.DivClassName
{
background-color: #1BCA06;
}
.BgClassName
{
background-color: #1BCA06;
}
</style>
border-color css
<style>
span { border-color: #1BCA06; }
span { border-color: rgb(27,202,6); }
td.TdClassName
{
border-color: #1BCA06;
}
.TagClassName
{
border-color: #1BCA06;
}
</style>