Shades of Lime Green #1BDA24
Tints of Lime Green #1BDA24
RGB
CMYK
RGB Variations
Color information
#1BDA24 (or 0x1BDA24) is known color: Lime Green. HEX triplet: 1B, DA and 24. RGB value is (27,218,36). Sum of RGB (Red+Green+Blue) = 27+218+36=281 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.61% from 281); Green value is 218 (85.55% from 255 or 77.58% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDA24 is #E425DB. Grayscale: #8C8C8C. Windows color (decimal): -14951900 or 2415131. OLE color: 2415131.
HSL color Cylindrical-coordinate representation of color #1BDA24: hue angle of 122.83º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDA24 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 36 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.15 |
| HSL | 122.83º | 0.78% | 0.48% | - |
| HSV(B) | 122.83º | 0.88% | 0.85% | - |
| XYZ | 25.84 | 50.5 | 10.06 | - |
| YUV | 140.14 | 69.22 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 36 | 0.88 | 0 | 0.83 | 0.15 | 122.83 | 0.78 | 0.48 |
| Hex | 1B | DA | 24 | 58 | 0 | 53 | F | 7B | 4E | 30 |
| Octal | 33 | 332 | 44 | 130 | 0 | 123 | 17 | 173 | 116 | 60 |
| Binary | 11011 | 11011010 | 100100 | 1011000 | 0 | 1010011 | 1111 | 1111011 | 1001110 | 110000 |
Color Harmonies of #1BDA24
Complementary color
Monochromatic Colors of #1BDA24
Black with #1BDA24
Text Example
Text Example
White with #1BDA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA24; }
p { color: rgb(27,218,36); }
H1.HeaderClassName
{
color: #1BDA24;
}
.AnyTagClassName
{
color: #1BDA24;
}
</style>
background-color css
<style>
a { background-color: #1BDA24; }
a { background-color: rgb(27,218,36); }
div.DivClassName
{
background-color: #1BDA24;
}
.BgClassName
{
background-color: #1BDA24;
}
</style>
border-color css
<style>
span { border-color: #1BDA24; }
span { border-color: rgb(27,218,36); }
td.TdClassName
{
border-color: #1BDA24;
}
.TagClassName
{
border-color: #1BDA24;
}
</style>