Shades of Lime Green #35D23D
Tints of Lime Green #35D23D
RGB
CMYK
RGB Variations
Color information
#35D23D (or 0x35D23D) is known color: Lime Green. HEX triplet: 35, D2 and 3D. RGB value is (53,210,61). Sum of RGB (Red+Green+Blue) = 53+210+61=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 210 (82.42% from 255 or 64.81% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 210 - color contains mainly: green. Hex color #35D23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D23D is #CA2DC2. Grayscale: #929292. Windows color (decimal): -13249987 or 4051509. OLE color: 4051509.
HSL color Cylindrical-coordinate representation of color #35D23D: hue angle of 123.06º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D23D is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 210 | 61 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.18 |
| HSL | 123.06º | 0.64% | 0.52% | - |
| HSV(B) | 123.06º | 0.75% | 0.82% | - |
| XYZ | 25.36 | 47.19 | 12.19 | - |
| YUV | 146.07 | 79.99 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 210 | 61 | 0.75 | 0 | 0.71 | 0.18 | 123.06 | 0.64 | 0.52 |
| Hex | 35 | D2 | 3D | 4B | 0 | 47 | 12 | 7B | 40 | 34 |
| Octal | 65 | 322 | 75 | 113 | 0 | 107 | 22 | 173 | 100 | 64 |
| Binary | 110101 | 11010010 | 111101 | 1001011 | 0 | 1000111 | 10010 | 1111011 | 1000000 | 110100 |
Color Harmonies of #35D23D
Complementary color
Monochromatic Colors of #35D23D
Black with #35D23D
Text Example
Text Example
White with #35D23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D23D; }
p { color: rgb(53,210,61); }
H1.HeaderClassName
{
color: #35D23D;
}
.AnyTagClassName
{
color: #35D23D;
}
</style>
background-color css
<style>
a { background-color: #35D23D; }
a { background-color: rgb(53,210,61); }
div.DivClassName
{
background-color: #35D23D;
}
.BgClassName
{
background-color: #35D23D;
}
</style>
border-color css
<style>
span { border-color: #35D23D; }
span { border-color: rgb(53,210,61); }
td.TdClassName
{
border-color: #35D23D;
}
.TagClassName
{
border-color: #35D23D;
}
</style>