Shades of Lime Green #1BCD13
Tints of Lime Green #1BCD13
RGB
CMYK
RGB Variations
Color information
#1BCD13 (or 0x1BCD13) is known color: Lime Green. HEX triplet: 1B, CD and 13. RGB value is (27,205,19). Sum of RGB (Red+Green+Blue) = 27+205+19=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 205 (80.47% from 255 or 81.67% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCD13 is #E432EC. Grayscale: #838383. Windows color (decimal): -14955245 or 1297691. OLE color: 1297691.
HSL color Cylindrical-coordinate representation of color #1BCD13: hue angle of 117.42º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1BCD13 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 19 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.20 |
| HSL | 117.42º | 0.83% | 0.44% | - |
| HSV(B) | 117.42º | 0.91% | 0.8% | - |
| XYZ | 22.4 | 43.94 | 7.92 | - |
| YUV | 130.57 | 65.03 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 19 | 0.87 | 0 | 0.91 | 0.20 | 117.42 | 0.83 | 0.44 |
| Hex | 1B | CD | 13 | 57 | 0 | 5B | 14 | 75 | 53 | 2C |
| Octal | 33 | 315 | 23 | 127 | 0 | 133 | 24 | 165 | 123 | 54 |
| Binary | 11011 | 11001101 | 10011 | 1010111 | 0 | 1011011 | 10100 | 1110101 | 1010011 | 101100 |
Color Harmonies of #1BCD13
Complementary color
Monochromatic Colors of #1BCD13
Black with #1BCD13
Text Example
Text Example
White with #1BCD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD13; }
p { color: rgb(27,205,19); }
H1.HeaderClassName
{
color: #1BCD13;
}
.AnyTagClassName
{
color: #1BCD13;
}
</style>
background-color css
<style>
a { background-color: #1BCD13; }
a { background-color: rgb(27,205,19); }
div.DivClassName
{
background-color: #1BCD13;
}
.BgClassName
{
background-color: #1BCD13;
}
</style>
border-color css
<style>
span { border-color: #1BCD13; }
span { border-color: rgb(27,205,19); }
td.TdClassName
{
border-color: #1BCD13;
}
.TagClassName
{
border-color: #1BCD13;
}
</style>