Shades of Lime Green #35DD3C
Tints of Lime Green #35DD3C
RGB
CMYK
RGB Variations
Color information
#35DD3C (or 0x35DD3C) is known color: Lime Green. HEX triplet: 35, DD and 3C. RGB value is (53,221,60). Sum of RGB (Red+Green+Blue) = 53+221+60=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 221 (86.72% from 255 or 66.17% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DD3C is #CA22C3. Grayscale: #989898. Windows color (decimal): -13247172 or 3988789. OLE color: 3988789.
HSL color Cylindrical-coordinate representation of color #35DD3C: hue angle of 122.5º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DD3C is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 60 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.13 |
| HSL | 122.5º | 0.71% | 0.54% | - |
| HSV(B) | 122.5º | 0.76% | 0.87% | - |
| XYZ | 28.14 | 52.8 | 12.98 | - |
| YUV | 152.41 | 75.84 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 60 | 0.76 | 0 | 0.73 | 0.13 | 122.5 | 0.71 | 0.54 |
| Hex | 35 | DD | 3C | 4C | 0 | 49 | D | 7B | 47 | 36 |
| Octal | 65 | 335 | 74 | 114 | 0 | 111 | 15 | 173 | 107 | 66 |
| Binary | 110101 | 11011101 | 111100 | 1001100 | 0 | 1001001 | 1101 | 1111011 | 1000111 | 110110 |
Color Harmonies of #35DD3C
Complementary color
Monochromatic Colors of #35DD3C
Black with #35DD3C
Text Example
Text Example
White with #35DD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DD3C; }
p { color: rgb(53,221,60); }
H1.HeaderClassName
{
color: #35DD3C;
}
.AnyTagClassName
{
color: #35DD3C;
}
</style>
background-color css
<style>
a { background-color: #35DD3C; }
a { background-color: rgb(53,221,60); }
div.DivClassName
{
background-color: #35DD3C;
}
.BgClassName
{
background-color: #35DD3C;
}
</style>
border-color css
<style>
span { border-color: #35DD3C; }
span { border-color: rgb(53,221,60); }
td.TdClassName
{
border-color: #35DD3C;
}
.TagClassName
{
border-color: #35DD3C;
}
</style>