Shades of Lime Green #1BDF2F
Tints of Lime Green #1BDF2F
RGB
CMYK
RGB Variations
Color information
#1BDF2F (or 0x1BDF2F) is known color: Lime Green. HEX triplet: 1B, DF and 2F. RGB value is (27,223,47). Sum of RGB (Red+Green+Blue) = 27+223+47=297 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.09% from 297); Green value is 223 (87.5% from 255 or 75.08% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDF2F is #E420D0. Grayscale: #909090. Windows color (decimal): -14950609 or 3137307. OLE color: 3137307.
HSL color Cylindrical-coordinate representation of color #1BDF2F: hue angle of 126.12º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDF2F is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 47 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.13 |
| HSL | 126.12º | 0.78% | 0.49% | - |
| HSV(B) | 126.12º | 0.88% | 0.87% | - |
| XYZ | 27.35 | 53.21 | 11.52 | - |
| YUV | 144.33 | 73.07 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 47 | 0.88 | 0 | 0.79 | 0.13 | 126.12 | 0.78 | 0.49 |
| Hex | 1B | DF | 2F | 58 | 0 | 4F | D | 7E | 4E | 31 |
| Octal | 33 | 337 | 57 | 130 | 0 | 117 | 15 | 176 | 116 | 61 |
| Binary | 11011 | 11011111 | 101111 | 1011000 | 0 | 1001111 | 1101 | 1111110 | 1001110 | 110001 |
Color Harmonies of #1BDF2F
Complementary color
Monochromatic Colors of #1BDF2F
Black with #1BDF2F
Text Example
Text Example
White with #1BDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF2F; }
p { color: rgb(27,223,47); }
H1.HeaderClassName
{
color: #1BDF2F;
}
.AnyTagClassName
{
color: #1BDF2F;
}
</style>
background-color css
<style>
a { background-color: #1BDF2F; }
a { background-color: rgb(27,223,47); }
div.DivClassName
{
background-color: #1BDF2F;
}
.BgClassName
{
background-color: #1BDF2F;
}
</style>
border-color css
<style>
span { border-color: #1BDF2F; }
span { border-color: rgb(27,223,47); }
td.TdClassName
{
border-color: #1BDF2F;
}
.TagClassName
{
border-color: #1BDF2F;
}
</style>