Shades of Lime Green #1BC435
Tints of Lime Green #1BC435
RGB
CMYK
RGB Variations
Color information
#1BC435 (or 0x1BC435) is known color: Lime Green. HEX triplet: 1B, C4 and 35. RGB value is (27,196,53). Sum of RGB (Red+Green+Blue) = 27+196+53=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 196 (76.95% from 255 or 71.01% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 196 - color contains mainly: green. Hex color #1BC435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC435 is #E43BCA. Grayscale: #818181. Windows color (decimal): -14957515 or 3523611. OLE color: 3523611.
HSL color Cylindrical-coordinate representation of color #1BC435: hue angle of 129.23º 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 #1BC435 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 196 | 53 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.23 |
| HSL | 129.23º | 0.76% | 0.44% | - |
| HSV(B) | 129.23º | 0.86% | 0.77% | - |
| XYZ | 20.83 | 39.97 | 9.99 | - |
| YUV | 129.17 | 85.01 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 196 | 53 | 0.86 | 0 | 0.73 | 0.23 | 129.23 | 0.76 | 0.44 |
| Hex | 1B | C4 | 35 | 56 | 0 | 49 | 17 | 81 | 4C | 2C |
| Octal | 33 | 304 | 65 | 126 | 0 | 111 | 27 | 201 | 114 | 54 |
| Binary | 11011 | 11000100 | 110101 | 1010110 | 0 | 1001001 | 10111 | 10000001 | 1001100 | 101100 |
Color Harmonies of #1BC435
Complementary color
Monochromatic Colors of #1BC435
Black with #1BC435
Text Example
Text Example
White with #1BC435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC435; }
p { color: rgb(27,196,53); }
H1.HeaderClassName
{
color: #1BC435;
}
.AnyTagClassName
{
color: #1BC435;
}
</style>
background-color css
<style>
a { background-color: #1BC435; }
a { background-color: rgb(27,196,53); }
div.DivClassName
{
background-color: #1BC435;
}
.BgClassName
{
background-color: #1BC435;
}
</style>
border-color css
<style>
span { border-color: #1BC435; }
span { border-color: rgb(27,196,53); }
td.TdClassName
{
border-color: #1BC435;
}
.TagClassName
{
border-color: #1BC435;
}
</style>