Shades of Lime Green #35EC28
Tints of Lime Green #35EC28
RGB
CMYK
RGB Variations
Color information
#35EC28 (or 0x35EC28) is known color: Lime Green. HEX triplet: 35, EC and 28. RGB value is (53,236,40). Sum of RGB (Red+Green+Blue) = 53+236+40=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 236 (92.58% from 255 or 71.73% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 236 - color contains mainly: green. Hex color #35EC28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35EC28 is #CA13D7. Grayscale: #9F9F9F. Windows color (decimal): -13243352 or 2681909. OLE color: 2681909.
HSL color Cylindrical-coordinate representation of color #35EC28: hue angle of 116.02º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35EC28 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 236 | 40 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.07 |
| HSL | 116.02º | 0.84% | 0.54% | - |
| HSV(B) | 116.02º | 0.83% | 0.93% | - |
| XYZ | 31.85 | 60.9 | 12.08 | - |
| YUV | 158.94 | 60.87 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 236 | 40 | 0.78 | 0 | 0.83 | 0.07 | 116.02 | 0.84 | 0.54 |
| Hex | 35 | EC | 28 | 4E | 0 | 53 | 7 | 74 | 54 | 36 |
| Octal | 65 | 354 | 50 | 116 | 0 | 123 | 7 | 164 | 124 | 66 |
| Binary | 110101 | 11101100 | 101000 | 1001110 | 0 | 1010011 | 111 | 1110100 | 1010100 | 110110 |
Color Harmonies of #35EC28
Complementary color
Monochromatic Colors of #35EC28
Black with #35EC28
Text Example
Text Example
White with #35EC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EC28; }
p { color: rgb(53,236,40); }
H1.HeaderClassName
{
color: #35EC28;
}
.AnyTagClassName
{
color: #35EC28;
}
</style>
background-color css
<style>
a { background-color: #35EC28; }
a { background-color: rgb(53,236,40); }
div.DivClassName
{
background-color: #35EC28;
}
.BgClassName
{
background-color: #35EC28;
}
</style>
border-color css
<style>
span { border-color: #35EC28; }
span { border-color: rgb(53,236,40); }
td.TdClassName
{
border-color: #35EC28;
}
.TagClassName
{
border-color: #35EC28;
}
</style>