Shades of Lime Green #1DD61B
Tints of Lime Green #1DD61B
RGB
CMYK
RGB Variations
Color information
#1DD61B (or 0x1DD61B) is known color: Lime Green. HEX triplet: 1D, D6 and 1B. RGB value is (29,214,27). Sum of RGB (Red+Green+Blue) = 29+214+27=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 214 (83.98% from 255 or 79.26% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD61B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD61B is #E229E4. Grayscale: #898989. Windows color (decimal): -14821861 or 1824285. OLE color: 1824285.
HSL color Cylindrical-coordinate representation of color #1DD61B: hue angle of 119.36º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD61B is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 214 | 27 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.16 |
| HSL | 119.36º | 0.78% | 0.47% | - |
| HSV(B) | 119.36º | 0.87% | 0.84% | - |
| XYZ | 24.75 | 48.43 | 9.08 | - |
| YUV | 137.37 | 65.71 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 214 | 27 | 0.86 | 0 | 0.87 | 0.16 | 119.36 | 0.78 | 0.47 |
| Hex | 1D | D6 | 1B | 56 | 0 | 57 | 10 | 77 | 4E | 2F |
| Octal | 35 | 326 | 33 | 126 | 0 | 127 | 20 | 167 | 116 | 57 |
| Binary | 11101 | 11010110 | 11011 | 1010110 | 0 | 1010111 | 10000 | 1110111 | 1001110 | 101111 |
Color Harmonies of #1DD61B
Complementary color
Monochromatic Colors of #1DD61B
Black with #1DD61B
Text Example
Text Example
White with #1DD61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD61B; }
p { color: rgb(29,214,27); }
H1.HeaderClassName
{
color: #1DD61B;
}
.AnyTagClassName
{
color: #1DD61B;
}
</style>
background-color css
<style>
a { background-color: #1DD61B; }
a { background-color: rgb(29,214,27); }
div.DivClassName
{
background-color: #1DD61B;
}
.BgClassName
{
background-color: #1DD61B;
}
</style>
border-color css
<style>
span { border-color: #1DD61B; }
span { border-color: rgb(29,214,27); }
td.TdClassName
{
border-color: #1DD61B;
}
.TagClassName
{
border-color: #1DD61B;
}
</style>