Shades of Lime Green #35EF42
Tints of Lime Green #35EF42
RGB
CMYK
RGB Variations
Color information
#35EF42 (or 0x35EF42) is known color: Lime Green. HEX triplet: 35, EF and 42. RGB value is (53,239,66). Sum of RGB (Red+Green+Blue) = 53+239+66=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 239 (93.75% from 255 or 66.76% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 239 - color contains mainly: green. Hex color #35EF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35EF42 is #CA10BD. Grayscale: #A4A4A4. Windows color (decimal): -13242558 or 4386613. OLE color: 4386613.
HSL color Cylindrical-coordinate representation of color #35EF42: hue angle of 124.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EF42 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 239 | 66 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.06 |
| HSL | 124.19º | 0.85% | 0.57% | - |
| HSV(B) | 124.19º | 0.78% | 0.94% | - |
| XYZ | 33.32 | 62.88 | 15.54 | - |
| YUV | 163.66 | 72.88 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 239 | 66 | 0.78 | 0 | 0.72 | 0.06 | 124.19 | 0.85 | 0.57 |
| Hex | 35 | EF | 42 | 4E | 0 | 48 | 6 | 7C | 55 | 39 |
| Octal | 65 | 357 | 102 | 116 | 0 | 110 | 6 | 174 | 125 | 71 |
| Binary | 110101 | 11101111 | 1000010 | 1001110 | 0 | 1001000 | 110 | 1111100 | 1010101 | 111001 |
Color Harmonies of #35EF42
Complementary color
Monochromatic Colors of #35EF42
Black with #35EF42
Text Example
Text Example
White with #35EF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EF42; }
p { color: rgb(53,239,66); }
H1.HeaderClassName
{
color: #35EF42;
}
.AnyTagClassName
{
color: #35EF42;
}
</style>
background-color css
<style>
a { background-color: #35EF42; }
a { background-color: rgb(53,239,66); }
div.DivClassName
{
background-color: #35EF42;
}
.BgClassName
{
background-color: #35EF42;
}
</style>
border-color css
<style>
span { border-color: #35EF42; }
span { border-color: rgb(53,239,66); }
td.TdClassName
{
border-color: #35EF42;
}
.TagClassName
{
border-color: #35EF42;
}
</style>