Shades of Lime Green #35EA2C
Tints of Lime Green #35EA2C
RGB
CMYK
RGB Variations
Color information
#35EA2C (or 0x35EA2C) is known color: Lime Green. HEX triplet: 35, EA and 2C. RGB value is (53,234,44). Sum of RGB (Red+Green+Blue) = 53+234+44=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 234 (91.80% from 255 or 70.69% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 234 - color contains mainly: green. Hex color #35EA2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35EA2C is #CA15D3. Grayscale: #9E9E9E. Windows color (decimal): -13243860 or 2943541. OLE color: 2943541.
HSL color Cylindrical-coordinate representation of color #35EA2C: hue angle of 117.16º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35EA2C is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 234 | 44 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.08 |
| HSL | 117.16º | 0.82% | 0.55% | - |
| HSV(B) | 117.16º | 0.81% | 0.92% | - |
| XYZ | 31.35 | 59.78 | 12.27 | - |
| YUV | 158.22 | 63.53 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 234 | 44 | 0.77 | 0 | 0.81 | 0.08 | 117.16 | 0.82 | 0.55 |
| Hex | 35 | EA | 2C | 4D | 0 | 51 | 8 | 75 | 52 | 37 |
| Octal | 65 | 352 | 54 | 115 | 0 | 121 | 10 | 165 | 122 | 67 |
| Binary | 110101 | 11101010 | 101100 | 1001101 | 0 | 1010001 | 1000 | 1110101 | 1010010 | 110111 |
Color Harmonies of #35EA2C
Complementary color
Monochromatic Colors of #35EA2C
Black with #35EA2C
Text Example
Text Example
White with #35EA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EA2C; }
p { color: rgb(53,234,44); }
H1.HeaderClassName
{
color: #35EA2C;
}
.AnyTagClassName
{
color: #35EA2C;
}
</style>
background-color css
<style>
a { background-color: #35EA2C; }
a { background-color: rgb(53,234,44); }
div.DivClassName
{
background-color: #35EA2C;
}
.BgClassName
{
background-color: #35EA2C;
}
</style>
border-color css
<style>
span { border-color: #35EA2C; }
span { border-color: rgb(53,234,44); }
td.TdClassName
{
border-color: #35EA2C;
}
.TagClassName
{
border-color: #35EA2C;
}
</style>