Shades of Lime Green #35ED32
Tints of Lime Green #35ED32
RGB
CMYK
RGB Variations
Color information
#35ED32 (or 0x35ED32) is known color: Lime Green. HEX triplet: 35, ED and 32. RGB value is (53,237,50). Sum of RGB (Red+Green+Blue) = 53+237+50=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 237 (92.97% from 255 or 69.71% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 237 - color contains mainly: green. Hex color #35ED32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35ED32 is #CA12CD. Grayscale: #A1A1A1. Windows color (decimal): -13243086 or 3337525. OLE color: 3337525.
HSL color Cylindrical-coordinate representation of color #35ED32: hue angle of 119.04º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35ED32 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 237 | 50 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.07 |
| HSL | 119.04º | 0.84% | 0.56% | - |
| HSV(B) | 119.04º | 0.79% | 0.93% | - |
| XYZ | 32.33 | 61.56 | 13.2 | - |
| YUV | 160.67 | 65.54 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 237 | 50 | 0.78 | 0 | 0.79 | 0.07 | 119.04 | 0.84 | 0.56 |
| Hex | 35 | ED | 32 | 4E | 0 | 4F | 7 | 77 | 54 | 38 |
| Octal | 65 | 355 | 62 | 116 | 0 | 117 | 7 | 167 | 124 | 70 |
| Binary | 110101 | 11101101 | 110010 | 1001110 | 0 | 1001111 | 111 | 1110111 | 1010100 | 111000 |
Color Harmonies of #35ED32
Complementary color
Monochromatic Colors of #35ED32
Black with #35ED32
Text Example
Text Example
White with #35ED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35ED32; }
p { color: rgb(53,237,50); }
H1.HeaderClassName
{
color: #35ED32;
}
.AnyTagClassName
{
color: #35ED32;
}
</style>
background-color css
<style>
a { background-color: #35ED32; }
a { background-color: rgb(53,237,50); }
div.DivClassName
{
background-color: #35ED32;
}
.BgClassName
{
background-color: #35ED32;
}
</style>
border-color css
<style>
span { border-color: #35ED32; }
span { border-color: rgb(53,237,50); }
td.TdClassName
{
border-color: #35ED32;
}
.TagClassName
{
border-color: #35ED32;
}
</style>