Shades of Lime Green #1BC90A
Tints of Lime Green #1BC90A
RGB
CMYK
RGB Variations
Color information
#1BC90A (or 0x1BC90A) is known color: Lime Green. HEX triplet: 1B, C9 and 0A. RGB value is (27,201,10). Sum of RGB (Red+Green+Blue) = 27+201+10=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 201 (78.91% from 255 or 84.45% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC90A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC90A is #E436F5. Grayscale: #7F7F7F. Windows color (decimal): -14956278 or 706843. OLE color: 706843.
HSL color Cylindrical-coordinate representation of color #1BC90A: hue angle of 114.66º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1BC90A is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 201 | 10 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.21 |
| HSL | 114.66º | 0.91% | 0.41% | - |
| HSV(B) | 114.66º | 0.95% | 0.79% | - |
| XYZ | 21.39 | 42.03 | 7.27 | - |
| YUV | 127.2 | 61.85 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 10 | 0.87 | 0 | 0.95 | 0.21 | 114.66 | 0.91 | 0.41 |
| Hex | 1B | C9 | A | 57 | 0 | 5F | 15 | 73 | 5B | 29 |
| Octal | 33 | 311 | 12 | 127 | 0 | 137 | 25 | 163 | 133 | 51 |
| Binary | 11011 | 11001001 | 1010 | 1010111 | 0 | 1011111 | 10101 | 1110011 | 1011011 | 101001 |
Color Harmonies of #1BC90A
Complementary color
Monochromatic Colors of #1BC90A
Black with #1BC90A
Text Example
Text Example
White with #1BC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC90A; }
p { color: rgb(27,201,10); }
H1.HeaderClassName
{
color: #1BC90A;
}
.AnyTagClassName
{
color: #1BC90A;
}
</style>
background-color css
<style>
a { background-color: #1BC90A; }
a { background-color: rgb(27,201,10); }
div.DivClassName
{
background-color: #1BC90A;
}
.BgClassName
{
background-color: #1BC90A;
}
</style>
border-color css
<style>
span { border-color: #1BC90A; }
span { border-color: rgb(27,201,10); }
td.TdClassName
{
border-color: #1BC90A;
}
.TagClassName
{
border-color: #1BC90A;
}
</style>