Shades of Lime Green #1BDF32
Tints of Lime Green #1BDF32
RGB
CMYK
RGB Variations
Color information
#1BDF32 (or 0x1BDF32) is known color: Lime Green. HEX triplet: 1B, DF and 32. RGB value is (27,223,50). Sum of RGB (Red+Green+Blue) = 27+223+50=300 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9% from 300); Green value is 223 (87.5% from 255 or 74.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDF32 is #E420CD. Grayscale: #919191. Windows color (decimal): -14950606 or 3333915. OLE color: 3333915.
HSL color Cylindrical-coordinate representation of color #1BDF32: hue angle of 127.04º 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 #1BDF32 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 50 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.13 |
| HSL | 127.04º | 0.78% | 0.49% | - |
| HSV(B) | 127.04º | 0.88% | 0.87% | - |
| XYZ | 27.42 | 53.24 | 11.85 | - |
| YUV | 144.67 | 74.57 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 50 | 0.88 | 0 | 0.78 | 0.13 | 127.04 | 0.78 | 0.49 |
| Hex | 1B | DF | 32 | 58 | 0 | 4E | D | 7F | 4E | 31 |
| Octal | 33 | 337 | 62 | 130 | 0 | 116 | 15 | 177 | 116 | 61 |
| Binary | 11011 | 11011111 | 110010 | 1011000 | 0 | 1001110 | 1101 | 1111111 | 1001110 | 110001 |
Color Harmonies of #1BDF32
Complementary color
Monochromatic Colors of #1BDF32
Black with #1BDF32
Text Example
Text Example
White with #1BDF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF32; }
p { color: rgb(27,223,50); }
H1.HeaderClassName
{
color: #1BDF32;
}
.AnyTagClassName
{
color: #1BDF32;
}
</style>
background-color css
<style>
a { background-color: #1BDF32; }
a { background-color: rgb(27,223,50); }
div.DivClassName
{
background-color: #1BDF32;
}
.BgClassName
{
background-color: #1BDF32;
}
</style>
border-color css
<style>
span { border-color: #1BDF32; }
span { border-color: rgb(27,223,50); }
td.TdClassName
{
border-color: #1BDF32;
}
.TagClassName
{
border-color: #1BDF32;
}
</style>