Shades of Lime Green #1DDF35
Tints of Lime Green #1DDF35
RGB
CMYK
RGB Variations
Color information
#1DDF35 (or 0x1DDF35) is known color: Lime Green. HEX triplet: 1D, DF and 35. RGB value is (29,223,53). Sum of RGB (Red+Green+Blue) = 29+223+53=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 223 (87.5% from 255 or 73.11% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDF35 is #E220CA. Grayscale: #929292. Windows color (decimal): -14819531 or 3530525. OLE color: 3530525.
HSL color Cylindrical-coordinate representation of color #1DDF35: hue angle of 127.42º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDF35 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 223 | 53 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.13 |
| HSL | 127.42º | 0.77% | 0.49% | - |
| HSV(B) | 127.42º | 0.87% | 0.87% | - |
| XYZ | 27.54 | 53.29 | 12.2 | - |
| YUV | 145.61 | 75.73 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 53 | 0.87 | 0 | 0.76 | 0.13 | 127.42 | 0.77 | 0.49 |
| Hex | 1D | DF | 35 | 57 | 0 | 4C | D | 7F | 4D | 31 |
| Octal | 35 | 337 | 65 | 127 | 0 | 114 | 15 | 177 | 115 | 61 |
| Binary | 11101 | 11011111 | 110101 | 1010111 | 0 | 1001100 | 1101 | 1111111 | 1001101 | 110001 |
Color Harmonies of #1DDF35
Complementary color
Monochromatic Colors of #1DDF35
Black with #1DDF35
Text Example
Text Example
White with #1DDF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDF35; }
p { color: rgb(29,223,53); }
H1.HeaderClassName
{
color: #1DDF35;
}
.AnyTagClassName
{
color: #1DDF35;
}
</style>
background-color css
<style>
a { background-color: #1DDF35; }
a { background-color: rgb(29,223,53); }
div.DivClassName
{
background-color: #1DDF35;
}
.BgClassName
{
background-color: #1DDF35;
}
</style>
border-color css
<style>
span { border-color: #1DDF35; }
span { border-color: rgb(29,223,53); }
td.TdClassName
{
border-color: #1DDF35;
}
.TagClassName
{
border-color: #1DDF35;
}
</style>