Shades of Lime Green #35E62C
Tints of Lime Green #35E62C
RGB
CMYK
RGB Variations
Color information
#35E62C (or 0x35E62C) is known color: Lime Green. HEX triplet: 35, E6 and 2C. RGB value is (53,230,44). Sum of RGB (Red+Green+Blue) = 53+230+44=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 230 (90.23% from 255 or 70.34% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 230 - color contains mainly: green. Hex color #35E62C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35E62C is #CA19D3. Grayscale: #9C9C9C. Windows color (decimal): -13244884 or 2942517. OLE color: 2942517.
HSL color Cylindrical-coordinate representation of color #35E62C: hue angle of 117.1º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35E62C is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 230 | 44 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.10 |
| HSL | 117.1º | 0.79% | 0.54% | - |
| HSV(B) | 117.1º | 0.81% | 0.9% | - |
| XYZ | 30.22 | 57.53 | 11.89 | - |
| YUV | 155.87 | 64.86 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 230 | 44 | 0.77 | 0 | 0.81 | 0.10 | 117.1 | 0.79 | 0.54 |
| Hex | 35 | E6 | 2C | 4D | 0 | 51 | A | 75 | 4F | 36 |
| Octal | 65 | 346 | 54 | 115 | 0 | 121 | 12 | 165 | 117 | 66 |
| Binary | 110101 | 11100110 | 101100 | 1001101 | 0 | 1010001 | 1010 | 1110101 | 1001111 | 110110 |
Color Harmonies of #35E62C
Complementary color
Monochromatic Colors of #35E62C
Black with #35E62C
Text Example
Text Example
White with #35E62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E62C; }
p { color: rgb(53,230,44); }
H1.HeaderClassName
{
color: #35E62C;
}
.AnyTagClassName
{
color: #35E62C;
}
</style>
background-color css
<style>
a { background-color: #35E62C; }
a { background-color: rgb(53,230,44); }
div.DivClassName
{
background-color: #35E62C;
}
.BgClassName
{
background-color: #35E62C;
}
</style>
border-color css
<style>
span { border-color: #35E62C; }
span { border-color: rgb(53,230,44); }
td.TdClassName
{
border-color: #35E62C;
}
.TagClassName
{
border-color: #35E62C;
}
</style>