Shades of Lime Green #1BC935
Tints of Lime Green #1BC935
RGB
CMYK
RGB Variations
Color information
#1BC935 (or 0x1BC935) is known color: Lime Green. HEX triplet: 1B, C9 and 35. RGB value is (27,201,53). Sum of RGB (Red+Green+Blue) = 27+201+53=281 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.61% from 281); Green value is 201 (78.91% from 255 or 71.53% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC935 is #E436CA. Grayscale: #848484. Windows color (decimal): -14956235 or 3524891. OLE color: 3524891.
HSL color Cylindrical-coordinate representation of color #1BC935: hue angle of 128.97º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC935 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 201 | 53 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.21 |
| HSL | 128.97º | 0.76% | 0.45% | - |
| HSV(B) | 128.97º | 0.87% | 0.79% | - |
| XYZ | 21.98 | 42.26 | 10.37 | - |
| YUV | 132.1 | 83.35 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 53 | 0.87 | 0 | 0.74 | 0.21 | 128.97 | 0.76 | 0.45 |
| Hex | 1B | C9 | 35 | 57 | 0 | 4A | 15 | 81 | 4C | 2D |
| Octal | 33 | 311 | 65 | 127 | 0 | 112 | 25 | 201 | 114 | 55 |
| Binary | 11011 | 11001001 | 110101 | 1010111 | 0 | 1001010 | 10101 | 10000001 | 1001100 | 101101 |
Color Harmonies of #1BC935
Complementary color
Monochromatic Colors of #1BC935
Black with #1BC935
Text Example
Text Example
White with #1BC935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC935; }
p { color: rgb(27,201,53); }
H1.HeaderClassName
{
color: #1BC935;
}
.AnyTagClassName
{
color: #1BC935;
}
</style>
background-color css
<style>
a { background-color: #1BC935; }
a { background-color: rgb(27,201,53); }
div.DivClassName
{
background-color: #1BC935;
}
.BgClassName
{
background-color: #1BC935;
}
</style>
border-color css
<style>
span { border-color: #1BC935; }
span { border-color: rgb(27,201,53); }
td.TdClassName
{
border-color: #1BC935;
}
.TagClassName
{
border-color: #1BC935;
}
</style>