Shades of Lime Green #35F240
Tints of Lime Green #35F240
RGB
CMYK
RGB Variations
Color information
#35F240 (or 0x35F240) is known color: Lime Green. HEX triplet: 35, F2 and 40. RGB value is (53,242,64). Sum of RGB (Red+Green+Blue) = 53+242+64=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #35F240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F240 is #CA0DBF. Grayscale: #A5A5A5. Windows color (decimal): -13241792 or 4256309. OLE color: 4256309.
HSL color Cylindrical-coordinate representation of color #35F240: hue angle of 123.49º 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 #35F240 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 242 | 64 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.05 |
| HSL | 123.49º | 0.88% | 0.58% | - |
| HSV(B) | 123.49º | 0.78% | 0.95% | - |
| XYZ | 34.15 | 64.63 | 15.53 | - |
| YUV | 165.2 | 70.88 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 242 | 64 | 0.78 | 0 | 0.74 | 0.05 | 123.49 | 0.88 | 0.58 |
| Hex | 35 | F2 | 40 | 4E | 0 | 4A | 5 | 7B | 58 | 3A |
| Octal | 65 | 362 | 100 | 116 | 0 | 112 | 5 | 173 | 130 | 72 |
| Binary | 110101 | 11110010 | 1000000 | 1001110 | 0 | 1001010 | 101 | 1111011 | 1011000 | 111010 |
Color Harmonies of #35F240
Complementary color
Monochromatic Colors of #35F240
Black with #35F240
Text Example
Text Example
White with #35F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F240; }
p { color: rgb(53,242,64); }
H1.HeaderClassName
{
color: #35F240;
}
.AnyTagClassName
{
color: #35F240;
}
</style>
background-color css
<style>
a { background-color: #35F240; }
a { background-color: rgb(53,242,64); }
div.DivClassName
{
background-color: #35F240;
}
.BgClassName
{
background-color: #35F240;
}
</style>
border-color css
<style>
span { border-color: #35F240; }
span { border-color: rgb(53,242,64); }
td.TdClassName
{
border-color: #35F240;
}
.TagClassName
{
border-color: #35F240;
}
</style>