Shades of Lime Green #1DB825
Tints of Lime Green #1DB825
RGB
CMYK
RGB Variations
Color information
#1DB825 (or 0x1DB825) is known color: Lime Green. HEX triplet: 1D, B8 and 25. RGB value is (29,184,37). Sum of RGB (Red+Green+Blue) = 29+184+37=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 184 (72.27% from 255 or 73.6% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB825 is #E247DA. Grayscale: #797979. Windows color (decimal): -14829531 or 2471965. OLE color: 2471965.
HSL color Cylindrical-coordinate representation of color #1DB825: hue angle of 123.1º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB825 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 184 | 37 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.28 |
| HSL | 123.1º | 0.73% | 0.42% | - |
| HSV(B) | 123.1º | 0.84% | 0.72% | - |
| XYZ | 17.98 | 34.68 | 7.5 | - |
| YUV | 120.9 | 80.65 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 37 | 0.84 | 0 | 0.80 | 0.28 | 123.1 | 0.73 | 0.42 |
| Hex | 1D | B8 | 25 | 54 | 0 | 50 | 1C | 7B | 49 | 2A |
| Octal | 35 | 270 | 45 | 124 | 0 | 120 | 34 | 173 | 111 | 52 |
| Binary | 11101 | 10111000 | 100101 | 1010100 | 0 | 1010000 | 11100 | 1111011 | 1001001 | 101010 |
Color Harmonies of #1DB825
Complementary color
Monochromatic Colors of #1DB825
Black with #1DB825
Text Example
Text Example
White with #1DB825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB825; }
p { color: rgb(29,184,37); }
H1.HeaderClassName
{
color: #1DB825;
}
.AnyTagClassName
{
color: #1DB825;
}
</style>
background-color css
<style>
a { background-color: #1DB825; }
a { background-color: rgb(29,184,37); }
div.DivClassName
{
background-color: #1DB825;
}
.BgClassName
{
background-color: #1DB825;
}
</style>
border-color css
<style>
span { border-color: #1DB825; }
span { border-color: rgb(29,184,37); }
td.TdClassName
{
border-color: #1DB825;
}
.TagClassName
{
border-color: #1DB825;
}
</style>