Shades of Lime Green #1BDA3A
Tints of Lime Green #1BDA3A
RGB
CMYK
RGB Variations
Color information
#1BDA3A (or 0x1BDA3A) is known color: Lime Green. HEX triplet: 1B, DA and 3A. RGB value is (27,218,58). Sum of RGB (Red+Green+Blue) = 27+218+58=303 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.91% from 303); Green value is 218 (85.55% from 255 or 71.95% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BDA3A is #E425C5. Grayscale: #8F8F8F. Windows color (decimal): -14951878 or 3856923. OLE color: 3856923.
HSL color Cylindrical-coordinate representation of color #1BDA3A: hue angle of 129.74º 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 #1BDA3A is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 58 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.15 |
| HSL | 129.74º | 0.78% | 0.48% | - |
| HSV(B) | 129.74º | 0.88% | 0.85% | - |
| XYZ | 26.29 | 50.68 | 12.4 | - |
| YUV | 142.65 | 80.22 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 58 | 0.88 | 0 | 0.73 | 0.15 | 129.74 | 0.78 | 0.48 |
| Hex | 1B | DA | 3A | 58 | 0 | 49 | F | 82 | 4E | 30 |
| Octal | 33 | 332 | 72 | 130 | 0 | 111 | 17 | 202 | 116 | 60 |
| Binary | 11011 | 11011010 | 111010 | 1011000 | 0 | 1001001 | 1111 | 10000010 | 1001110 | 110000 |
Color Harmonies of #1BDA3A
Complementary color
Monochromatic Colors of #1BDA3A
Black with #1BDA3A
Text Example
Text Example
White with #1BDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA3A; }
p { color: rgb(27,218,58); }
H1.HeaderClassName
{
color: #1BDA3A;
}
.AnyTagClassName
{
color: #1BDA3A;
}
</style>
background-color css
<style>
a { background-color: #1BDA3A; }
a { background-color: rgb(27,218,58); }
div.DivClassName
{
background-color: #1BDA3A;
}
.BgClassName
{
background-color: #1BDA3A;
}
</style>
border-color css
<style>
span { border-color: #1BDA3A; }
span { border-color: rgb(27,218,58); }
td.TdClassName
{
border-color: #1BDA3A;
}
.TagClassName
{
border-color: #1BDA3A;
}
</style>