Shades of Lime Green #35F242
Tints of Lime Green #35F242
RGB
CMYK
RGB Variations
Color information
#35F242 (or 0x35F242) is known color: Lime Green. HEX triplet: 35, F2 and 42. RGB value is (53,242,66). Sum of RGB (Red+Green+Blue) = 53+242+66=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #35F242 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F242 is #CA0DBD. Grayscale: #A5A5A5. Windows color (decimal): -13241790 or 4387381. OLE color: 4387381.
HSL color Cylindrical-coordinate representation of color #35F242: hue angle of 124.13º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F242 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 242 | 66 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.05 |
| HSL | 124.13º | 0.88% | 0.58% | - |
| HSV(B) | 124.13º | 0.78% | 0.95% | - |
| XYZ | 34.2 | 64.65 | 15.83 | - |
| YUV | 165.43 | 71.88 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 242 | 66 | 0.78 | 0 | 0.73 | 0.05 | 124.13 | 0.88 | 0.58 |
| Hex | 35 | F2 | 42 | 4E | 0 | 49 | 5 | 7C | 58 | 3A |
| Octal | 65 | 362 | 102 | 116 | 0 | 111 | 5 | 174 | 130 | 72 |
| Binary | 110101 | 11110010 | 1000010 | 1001110 | 0 | 1001001 | 101 | 1111100 | 1011000 | 111010 |
Color Harmonies of #35F242
Complementary color
Monochromatic Colors of #35F242
Black with #35F242
Text Example
Text Example
White with #35F242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F242; }
p { color: rgb(53,242,66); }
H1.HeaderClassName
{
color: #35F242;
}
.AnyTagClassName
{
color: #35F242;
}
</style>
background-color css
<style>
a { background-color: #35F242; }
a { background-color: rgb(53,242,66); }
div.DivClassName
{
background-color: #35F242;
}
.BgClassName
{
background-color: #35F242;
}
</style>
border-color css
<style>
span { border-color: #35F242; }
span { border-color: rgb(53,242,66); }
td.TdClassName
{
border-color: #35F242;
}
.TagClassName
{
border-color: #35F242;
}
</style>