Shades of Lime Green #1BC42D
Tints of Lime Green #1BC42D
RGB
CMYK
RGB Variations
Color information
#1BC42D (or 0x1BC42D) is known color: Lime Green. HEX triplet: 1B, C4 and 2D. RGB value is (27,196,45). Sum of RGB (Red+Green+Blue) = 27+196+45=268 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.07% from 268); Green value is 196 (76.95% from 255 or 73.13% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 196 - color contains mainly: green. Hex color #1BC42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC42D is #E43BD2. Grayscale: #808080. Windows color (decimal): -14957523 or 2999323. OLE color: 2999323.
HSL color Cylindrical-coordinate representation of color #1BC42D: hue angle of 126.39º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC42D is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 196 | 45 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.23 |
| HSL | 126.39º | 0.76% | 0.44% | - |
| HSV(B) | 126.39º | 0.86% | 0.77% | - |
| XYZ | 20.67 | 39.9 | 9.1 | - |
| YUV | 128.26 | 81.01 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 196 | 45 | 0.86 | 0 | 0.77 | 0.23 | 126.39 | 0.76 | 0.44 |
| Hex | 1B | C4 | 2D | 56 | 0 | 4D | 17 | 7E | 4C | 2C |
| Octal | 33 | 304 | 55 | 126 | 0 | 115 | 27 | 176 | 114 | 54 |
| Binary | 11011 | 11000100 | 101101 | 1010110 | 0 | 1001101 | 10111 | 1111110 | 1001100 | 101100 |
Color Harmonies of #1BC42D
Complementary color
Monochromatic Colors of #1BC42D
Black with #1BC42D
Text Example
Text Example
White with #1BC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC42D; }
p { color: rgb(27,196,45); }
H1.HeaderClassName
{
color: #1BC42D;
}
.AnyTagClassName
{
color: #1BC42D;
}
</style>
background-color css
<style>
a { background-color: #1BC42D; }
a { background-color: rgb(27,196,45); }
div.DivClassName
{
background-color: #1BC42D;
}
.BgClassName
{
background-color: #1BC42D;
}
</style>
border-color css
<style>
span { border-color: #1BC42D; }
span { border-color: rgb(27,196,45); }
td.TdClassName
{
border-color: #1BC42D;
}
.TagClassName
{
border-color: #1BC42D;
}
</style>