Shades of Lime Green #1DC333
Tints of Lime Green #1DC333
RGB
CMYK
RGB Variations
Color information
#1DC333 (or 0x1DC333) is known color: Lime Green. HEX triplet: 1D, C3 and 33. RGB value is (29,195,51). Sum of RGB (Red+Green+Blue) = 29+195+51=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 195 (76.56% from 255 or 70.91% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC333 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC333 is #E23CCC. Grayscale: #818181. Windows color (decimal): -14826701 or 3392285. OLE color: 3392285.
HSL color Cylindrical-coordinate representation of color #1DC333: hue angle of 127.95º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC333 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 51 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.24 |
| HSL | 127.95º | 0.74% | 0.44% | - |
| HSV(B) | 127.95º | 0.85% | 0.76% | - |
| XYZ | 20.62 | 39.53 | 9.68 | - |
| YUV | 128.95 | 84 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 51 | 0.85 | 0 | 0.74 | 0.24 | 127.95 | 0.74 | 0.44 |
| Hex | 1D | C3 | 33 | 55 | 0 | 4A | 18 | 80 | 4A | 2C |
| Octal | 35 | 303 | 63 | 125 | 0 | 112 | 30 | 200 | 112 | 54 |
| Binary | 11101 | 11000011 | 110011 | 1010101 | 0 | 1001010 | 11000 | 10000000 | 1001010 | 101100 |
Color Harmonies of #1DC333
Complementary color
Monochromatic Colors of #1DC333
Black with #1DC333
Text Example
Text Example
White with #1DC333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC333; }
p { color: rgb(29,195,51); }
H1.HeaderClassName
{
color: #1DC333;
}
.AnyTagClassName
{
color: #1DC333;
}
</style>
background-color css
<style>
a { background-color: #1DC333; }
a { background-color: rgb(29,195,51); }
div.DivClassName
{
background-color: #1DC333;
}
.BgClassName
{
background-color: #1DC333;
}
</style>
border-color css
<style>
span { border-color: #1DC333; }
span { border-color: rgb(29,195,51); }
td.TdClassName
{
border-color: #1DC333;
}
.TagClassName
{
border-color: #1DC333;
}
</style>