Shades of Lime Green #1BD83A
Tints of Lime Green #1BD83A
RGB
CMYK
RGB Variations
Color information
#1BD83A (or 0x1BD83A) is known color: Lime Green. HEX triplet: 1B, D8 and 3A. RGB value is (27,216,58). Sum of RGB (Red+Green+Blue) = 27+216+58=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 216 (84.77% from 255 or 71.76% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 216 - color contains mainly: green. Hex color #1BD83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD83A is #E427C5. Grayscale: #8D8D8D. Windows color (decimal): -14952390 or 3856411. OLE color: 3856411.
HSL color Cylindrical-coordinate representation of color #1BD83A: hue angle of 129.84º 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 #1BD83A is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 216 | 58 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.15 |
| HSL | 129.84º | 0.78% | 0.48% | - |
| HSV(B) | 129.84º | 0.88% | 0.85% | - |
| XYZ | 25.77 | 49.65 | 12.23 | - |
| YUV | 141.48 | 80.88 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 216 | 58 | 0.88 | 0 | 0.73 | 0.15 | 129.84 | 0.78 | 0.48 |
| Hex | 1B | D8 | 3A | 58 | 0 | 49 | F | 82 | 4E | 30 |
| Octal | 33 | 330 | 72 | 130 | 0 | 111 | 17 | 202 | 116 | 60 |
| Binary | 11011 | 11011000 | 111010 | 1011000 | 0 | 1001001 | 1111 | 10000010 | 1001110 | 110000 |
Color Harmonies of #1BD83A
Complementary color
Monochromatic Colors of #1BD83A
Black with #1BD83A
Text Example
Text Example
White with #1BD83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD83A; }
p { color: rgb(27,216,58); }
H1.HeaderClassName
{
color: #1BD83A;
}
.AnyTagClassName
{
color: #1BD83A;
}
</style>
background-color css
<style>
a { background-color: #1BD83A; }
a { background-color: rgb(27,216,58); }
div.DivClassName
{
background-color: #1BD83A;
}
.BgClassName
{
background-color: #1BD83A;
}
</style>
border-color css
<style>
span { border-color: #1BD83A; }
span { border-color: rgb(27,216,58); }
td.TdClassName
{
border-color: #1BD83A;
}
.TagClassName
{
border-color: #1BD83A;
}
</style>