Shades of Lime Green #1BD023
Tints of Lime Green #1BD023
RGB
CMYK
RGB Variations
Color information
#1BD023 (or 0x1BD023) is known color: Lime Green. HEX triplet: 1B, D0 and 23. RGB value is (27,208,35). Sum of RGB (Red+Green+Blue) = 27+208+35=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 208 (81.64% from 255 or 77.04% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 208 - color contains mainly: green. Hex color #1BD023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD023 is #E42FDC. Grayscale: #868686. Windows color (decimal): -14954461 or 2347035. OLE color: 2347035.
HSL color Cylindrical-coordinate representation of color #1BD023: hue angle of 122.65º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD023 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 208 | 35 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.18 |
| HSL | 122.65º | 0.77% | 0.46% | - |
| HSV(B) | 122.65º | 0.87% | 0.82% | - |
| XYZ | 23.31 | 45.47 | 9.14 | - |
| YUV | 134.16 | 72.03 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 208 | 35 | 0.87 | 0 | 0.83 | 0.18 | 122.65 | 0.77 | 0.46 |
| Hex | 1B | D0 | 23 | 57 | 0 | 53 | 12 | 7B | 4D | 2E |
| Octal | 33 | 320 | 43 | 127 | 0 | 123 | 22 | 173 | 115 | 56 |
| Binary | 11011 | 11010000 | 100011 | 1010111 | 0 | 1010011 | 10010 | 1111011 | 1001101 | 101110 |
Color Harmonies of #1BD023
Complementary color
Monochromatic Colors of #1BD023
Black with #1BD023
Text Example
Text Example
White with #1BD023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD023; }
p { color: rgb(27,208,35); }
H1.HeaderClassName
{
color: #1BD023;
}
.AnyTagClassName
{
color: #1BD023;
}
</style>
background-color css
<style>
a { background-color: #1BD023; }
a { background-color: rgb(27,208,35); }
div.DivClassName
{
background-color: #1BD023;
}
.BgClassName
{
background-color: #1BD023;
}
</style>
border-color css
<style>
span { border-color: #1BD023; }
span { border-color: rgb(27,208,35); }
td.TdClassName
{
border-color: #1BD023;
}
.TagClassName
{
border-color: #1BD023;
}
</style>