Shades of Lime Green #1BC409
Tints of Lime Green #1BC409
RGB
CMYK
RGB Variations
Color information
#1BC409 (or 0x1BC409) is known color: Lime Green. HEX triplet: 1B, C4 and 09. RGB value is (27,196,9). Sum of RGB (Red+Green+Blue) = 27+196+9=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 196 (76.95% from 255 or 84.48% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 196 - color contains mainly: green. Hex color #1BC409 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC409 is #E43BF6. Grayscale: #7C7C7C. Windows color (decimal): -14957559 or 640027. OLE color: 640027.
HSL color Cylindrical-coordinate representation of color #1BC409: hue angle of 114.22º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1BC409 is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 196 | 9 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.23 |
| HSL | 114.22º | 0.91% | 0.4% | - |
| HSV(B) | 114.22º | 0.95% | 0.77% | - |
| XYZ | 20.24 | 39.73 | 6.86 | - |
| YUV | 124.15 | 63.01 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 196 | 9 | 0.86 | 0 | 0.95 | 0.23 | 114.22 | 0.91 | 0.4 |
| Hex | 1B | C4 | 9 | 56 | 0 | 5F | 17 | 72 | 5B | 28 |
| Octal | 33 | 304 | 11 | 126 | 0 | 137 | 27 | 162 | 133 | 50 |
| Binary | 11011 | 11000100 | 1001 | 1010110 | 0 | 1011111 | 10111 | 1110010 | 1011011 | 101000 |
Color Harmonies of #1BC409
Complementary color
Monochromatic Colors of #1BC409
Black with #1BC409
Text Example
Text Example
White with #1BC409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC409; }
p { color: rgb(27,196,9); }
H1.HeaderClassName
{
color: #1BC409;
}
.AnyTagClassName
{
color: #1BC409;
}
</style>
background-color css
<style>
a { background-color: #1BC409; }
a { background-color: rgb(27,196,9); }
div.DivClassName
{
background-color: #1BC409;
}
.BgClassName
{
background-color: #1BC409;
}
</style>
border-color css
<style>
span { border-color: #1BC409; }
span { border-color: rgb(27,196,9); }
td.TdClassName
{
border-color: #1BC409;
}
.TagClassName
{
border-color: #1BC409;
}
</style>