Shades of Lime Green #1BCD25
Tints of Lime Green #1BCD25
RGB
CMYK
RGB Variations
Color information
#1BCD25 (or 0x1BCD25) is known color: Lime Green. HEX triplet: 1B, CD and 25. RGB value is (27,205,37). Sum of RGB (Red+Green+Blue) = 27+205+37=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 205 (80.47% from 255 or 76.21% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCD25 is #E432DA. Grayscale: #858585. Windows color (decimal): -14955227 or 2477339. OLE color: 2477339.
HSL color Cylindrical-coordinate representation of color #1BCD25: hue angle of 123.37º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCD25 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 37 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.20 |
| HSL | 123.37º | 0.77% | 0.45% | - |
| HSV(B) | 123.37º | 0.87% | 0.8% | - |
| XYZ | 22.62 | 44.03 | 9.06 | - |
| YUV | 132.63 | 74.03 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 37 | 0.87 | 0 | 0.82 | 0.20 | 123.37 | 0.77 | 0.45 |
| Hex | 1B | CD | 25 | 57 | 0 | 52 | 14 | 7B | 4D | 2D |
| Octal | 33 | 315 | 45 | 127 | 0 | 122 | 24 | 173 | 115 | 55 |
| Binary | 11011 | 11001101 | 100101 | 1010111 | 0 | 1010010 | 10100 | 1111011 | 1001101 | 101101 |
Color Harmonies of #1BCD25
Complementary color
Monochromatic Colors of #1BCD25
Black with #1BCD25
Text Example
Text Example
White with #1BCD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD25; }
p { color: rgb(27,205,37); }
H1.HeaderClassName
{
color: #1BCD25;
}
.AnyTagClassName
{
color: #1BCD25;
}
</style>
background-color css
<style>
a { background-color: #1BCD25; }
a { background-color: rgb(27,205,37); }
div.DivClassName
{
background-color: #1BCD25;
}
.BgClassName
{
background-color: #1BCD25;
}
</style>
border-color css
<style>
span { border-color: #1BCD25; }
span { border-color: rgb(27,205,37); }
td.TdClassName
{
border-color: #1BCD25;
}
.TagClassName
{
border-color: #1BCD25;
}
</style>