Shades of Lime Green #1BDF33
Tints of Lime Green #1BDF33
RGB
CMYK
RGB Variations
Color information
#1BDF33 (or 0x1BDF33) is known color: Lime Green. HEX triplet: 1B, DF and 33. RGB value is (27,223,51). Sum of RGB (Red+Green+Blue) = 27+223+51=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 223 (87.5% from 255 or 74.09% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDF33 is #E420CC. Grayscale: #919191. Windows color (decimal): -14950605 or 3399451. OLE color: 3399451.
HSL color Cylindrical-coordinate representation of color #1BDF33: hue angle of 127.35º 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 #1BDF33 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 51 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.13 |
| HSL | 127.35º | 0.78% | 0.49% | - |
| HSV(B) | 127.35º | 0.88% | 0.87% | - |
| XYZ | 27.44 | 53.25 | 11.96 | - |
| YUV | 144.79 | 75.07 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 51 | 0.88 | 0 | 0.77 | 0.13 | 127.35 | 0.78 | 0.49 |
| Hex | 1B | DF | 33 | 58 | 0 | 4D | D | 7F | 4E | 31 |
| Octal | 33 | 337 | 63 | 130 | 0 | 115 | 15 | 177 | 116 | 61 |
| Binary | 11011 | 11011111 | 110011 | 1011000 | 0 | 1001101 | 1101 | 1111111 | 1001110 | 110001 |
Color Harmonies of #1BDF33
Complementary color
Monochromatic Colors of #1BDF33
Black with #1BDF33
Text Example
Text Example
White with #1BDF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF33; }
p { color: rgb(27,223,51); }
H1.HeaderClassName
{
color: #1BDF33;
}
.AnyTagClassName
{
color: #1BDF33;
}
</style>
background-color css
<style>
a { background-color: #1BDF33; }
a { background-color: rgb(27,223,51); }
div.DivClassName
{
background-color: #1BDF33;
}
.BgClassName
{
background-color: #1BDF33;
}
</style>
border-color css
<style>
span { border-color: #1BDF33; }
span { border-color: rgb(27,223,51); }
td.TdClassName
{
border-color: #1BDF33;
}
.TagClassName
{
border-color: #1BDF33;
}
</style>