Shades of Lime Green #35D42B
Tints of Lime Green #35D42B
RGB
CMYK
RGB Variations
Color information
#35D42B (or 0x35D42B) is known color: Lime Green. HEX triplet: 35, D4 and 2B. RGB value is (53,212,43). Sum of RGB (Red+Green+Blue) = 53+212+43=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 212 (83.20% from 255 or 68.83% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 212 - color contains mainly: green. Hex color #35D42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D42B is #CA2BD4. Grayscale: #919191. Windows color (decimal): -13249493 or 2872373. OLE color: 2872373.
HSL color Cylindrical-coordinate representation of color #35D42B: hue angle of 116.45º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35D42B is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 212 | 43 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.17 |
| HSL | 116.45º | 0.66% | 0.5% | - |
| HSV(B) | 116.45º | 0.8% | 0.83% | - |
| XYZ | 25.45 | 48.02 | 10.21 | - |
| YUV | 145.19 | 70.32 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 212 | 43 | 0.75 | 0 | 0.80 | 0.17 | 116.45 | 0.66 | 0.5 |
| Hex | 35 | D4 | 2B | 4B | 0 | 50 | 11 | 74 | 42 | 32 |
| Octal | 65 | 324 | 53 | 113 | 0 | 120 | 21 | 164 | 102 | 62 |
| Binary | 110101 | 11010100 | 101011 | 1001011 | 0 | 1010000 | 10001 | 1110100 | 1000010 | 110010 |
Color Harmonies of #35D42B
Complementary color
Monochromatic Colors of #35D42B
Black with #35D42B
Text Example
Text Example
White with #35D42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D42B; }
p { color: rgb(53,212,43); }
H1.HeaderClassName
{
color: #35D42B;
}
.AnyTagClassName
{
color: #35D42B;
}
</style>
background-color css
<style>
a { background-color: #35D42B; }
a { background-color: rgb(53,212,43); }
div.DivClassName
{
background-color: #35D42B;
}
.BgClassName
{
background-color: #35D42B;
}
</style>
border-color css
<style>
span { border-color: #35D42B; }
span { border-color: rgb(53,212,43); }
td.TdClassName
{
border-color: #35D42B;
}
.TagClassName
{
border-color: #35D42B;
}
</style>