Shades of Lime Green #1BCF25
Tints of Lime Green #1BCF25
RGB
CMYK
RGB Variations
Color information
#1BCF25 (or 0x1BCF25) is known color: Lime Green. HEX triplet: 1B, CF and 25. RGB value is (27,207,37). Sum of RGB (Red+Green+Blue) = 27+207+37=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 207 (81.25% from 255 or 76.38% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 207 - color contains mainly: green. Hex color #1BCF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCF25 is #E430DA. Grayscale: #868686. Windows color (decimal): -14954715 or 2477851. OLE color: 2477851.
HSL color Cylindrical-coordinate representation of color #1BCF25: hue angle of 123.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCF25 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 207 | 37 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.19 |
| HSL | 123.33º | 0.77% | 0.46% | - |
| HSV(B) | 123.33º | 0.87% | 0.81% | - |
| XYZ | 23.1 | 44.99 | 9.22 | - |
| YUV | 133.8 | 73.37 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 37 | 0.87 | 0 | 0.82 | 0.19 | 123.33 | 0.77 | 0.46 |
| Hex | 1B | CF | 25 | 57 | 0 | 52 | 13 | 7B | 4D | 2E |
| Octal | 33 | 317 | 45 | 127 | 0 | 122 | 23 | 173 | 115 | 56 |
| Binary | 11011 | 11001111 | 100101 | 1010111 | 0 | 1010010 | 10011 | 1111011 | 1001101 | 101110 |
Color Harmonies of #1BCF25
Complementary color
Monochromatic Colors of #1BCF25
Black with #1BCF25
Text Example
Text Example
White with #1BCF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCF25; }
p { color: rgb(27,207,37); }
H1.HeaderClassName
{
color: #1BCF25;
}
.AnyTagClassName
{
color: #1BCF25;
}
</style>
background-color css
<style>
a { background-color: #1BCF25; }
a { background-color: rgb(27,207,37); }
div.DivClassName
{
background-color: #1BCF25;
}
.BgClassName
{
background-color: #1BCF25;
}
</style>
border-color css
<style>
span { border-color: #1BCF25; }
span { border-color: rgb(27,207,37); }
td.TdClassName
{
border-color: #1BCF25;
}
.TagClassName
{
border-color: #1BCF25;
}
</style>