Shades of Lime Green #1BC825
Tints of Lime Green #1BC825
RGB
CMYK
RGB Variations
Color information
#1BC825 (or 0x1BC825) is known color: Lime Green. HEX triplet: 1B, C8 and 25. RGB value is (27,200,37). Sum of RGB (Red+Green+Blue) = 27+200+37=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 200 (78.52% from 255 or 75.76% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC825 is #E437DA. Grayscale: #828282. Windows color (decimal): -14956507 or 2476059. OLE color: 2476059.
HSL color Cylindrical-coordinate representation of color #1BC825: hue angle of 123.47º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC825 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 37 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.22 |
| HSL | 123.47º | 0.76% | 0.45% | - |
| HSV(B) | 123.47º | 0.87% | 0.78% | - |
| XYZ | 21.44 | 41.68 | 8.66 | - |
| YUV | 129.69 | 75.69 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 37 | 0.86 | 0 | 0.82 | 0.22 | 123.47 | 0.76 | 0.45 |
| Hex | 1B | C8 | 25 | 56 | 0 | 52 | 16 | 7B | 4C | 2D |
| Octal | 33 | 310 | 45 | 126 | 0 | 122 | 26 | 173 | 114 | 55 |
| Binary | 11011 | 11001000 | 100101 | 1010110 | 0 | 1010010 | 10110 | 1111011 | 1001100 | 101101 |
Color Harmonies of #1BC825
Complementary color
Monochromatic Colors of #1BC825
Black with #1BC825
Text Example
Text Example
White with #1BC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC825; }
p { color: rgb(27,200,37); }
H1.HeaderClassName
{
color: #1BC825;
}
.AnyTagClassName
{
color: #1BC825;
}
</style>
background-color css
<style>
a { background-color: #1BC825; }
a { background-color: rgb(27,200,37); }
div.DivClassName
{
background-color: #1BC825;
}
.BgClassName
{
background-color: #1BC825;
}
</style>
border-color css
<style>
span { border-color: #1BC825; }
span { border-color: rgb(27,200,37); }
td.TdClassName
{
border-color: #1BC825;
}
.TagClassName
{
border-color: #1BC825;
}
</style>