Shades of Lime Green #1BCA0D
Tints of Lime Green #1BCA0D
RGB
CMYK
RGB Variations
Color information
#1BCA0D (or 0x1BCA0D) is known color: Lime Green. HEX triplet: 1B, CA and 0D. RGB value is (27,202,13). Sum of RGB (Red+Green+Blue) = 27+202+13=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 202 (79.30% from 255 or 83.47% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCA0D is #E435F2. Grayscale: #808080. Windows color (decimal): -14956019 or 903707. OLE color: 903707.
HSL color Cylindrical-coordinate representation of color #1BCA0D: hue angle of 115.56º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1BCA0D is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 202 | 13 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.21 |
| HSL | 115.56º | 0.88% | 0.42% | - |
| HSV(B) | 115.56º | 0.94% | 0.79% | - |
| XYZ | 21.65 | 42.5 | 7.44 | - |
| YUV | 128.13 | 63.02 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 13 | 0.87 | 0 | 0.94 | 0.21 | 115.56 | 0.88 | 0.42 |
| Hex | 1B | CA | D | 57 | 0 | 5E | 15 | 74 | 58 | 2A |
| Octal | 33 | 312 | 15 | 127 | 0 | 136 | 25 | 164 | 130 | 52 |
| Binary | 11011 | 11001010 | 1101 | 1010111 | 0 | 1011110 | 10101 | 1110100 | 1011000 | 101010 |
Color Harmonies of #1BCA0D
Complementary color
Monochromatic Colors of #1BCA0D
Black with #1BCA0D
Text Example
Text Example
White with #1BCA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCA0D; }
p { color: rgb(27,202,13); }
H1.HeaderClassName
{
color: #1BCA0D;
}
.AnyTagClassName
{
color: #1BCA0D;
}
</style>
background-color css
<style>
a { background-color: #1BCA0D; }
a { background-color: rgb(27,202,13); }
div.DivClassName
{
background-color: #1BCA0D;
}
.BgClassName
{
background-color: #1BCA0D;
}
</style>
border-color css
<style>
span { border-color: #1BCA0D; }
span { border-color: rgb(27,202,13); }
td.TdClassName
{
border-color: #1BCA0D;
}
.TagClassName
{
border-color: #1BCA0D;
}
</style>