Shades of Lime Green #35EB4A
Tints of Lime Green #35EB4A
RGB
CMYK
RGB Variations
Color information
#35EB4A (or 0x35EB4A) is known color: Lime Green. HEX triplet: 35, EB and 4A. RGB value is (53,235,74). Sum of RGB (Red+Green+Blue) = 53+235+74=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 235 (92.19% from 255 or 64.92% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 235 - color contains mainly: green. Hex color #35EB4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35EB4A is #CA14B5. Grayscale: #A2A2A2. Windows color (decimal): -13243574 or 4909877. OLE color: 4909877.
HSL color Cylindrical-coordinate representation of color #35EB4A: hue angle of 126.92º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35EB4A is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 235 | 74 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.08 |
| HSL | 126.92º | 0.82% | 0.56% | - |
| HSV(B) | 126.92º | 0.77% | 0.92% | - |
| XYZ | 32.41 | 60.67 | 16.48 | - |
| YUV | 162.23 | 78.2 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 235 | 74 | 0.77 | 0 | 0.69 | 0.08 | 126.92 | 0.82 | 0.56 |
| Hex | 35 | EB | 4A | 4D | 0 | 45 | 8 | 7F | 52 | 38 |
| Octal | 65 | 353 | 112 | 115 | 0 | 105 | 10 | 177 | 122 | 70 |
| Binary | 110101 | 11101011 | 1001010 | 1001101 | 0 | 1000101 | 1000 | 1111111 | 1010010 | 111000 |
Color Harmonies of #35EB4A
Complementary color
Monochromatic Colors of #35EB4A
Black with #35EB4A
Text Example
Text Example
White with #35EB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EB4A; }
p { color: rgb(53,235,74); }
H1.HeaderClassName
{
color: #35EB4A;
}
.AnyTagClassName
{
color: #35EB4A;
}
</style>
background-color css
<style>
a { background-color: #35EB4A; }
a { background-color: rgb(53,235,74); }
div.DivClassName
{
background-color: #35EB4A;
}
.BgClassName
{
background-color: #35EB4A;
}
</style>
border-color css
<style>
span { border-color: #35EB4A; }
span { border-color: rgb(53,235,74); }
td.TdClassName
{
border-color: #35EB4A;
}
.TagClassName
{
border-color: #35EB4A;
}
</style>