Shades of Lime Green #35F440
Tints of Lime Green #35F440
RGB
CMYK
RGB Variations
Color information
#35F440 (or 0x35F440) is known color: Lime Green. HEX triplet: 35, F4 and 40. RGB value is (53,244,64). Sum of RGB (Red+Green+Blue) = 53+244+64=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 244 (95.70% from 255 or 67.59% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 244 - color contains mainly: green. Hex color #35F440 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F440 is #CA0BBF. Grayscale: #A6A6A6. Windows color (decimal): -13241280 or 4256821. OLE color: 4256821.
HSL color Cylindrical-coordinate representation of color #35F440: hue angle of 123.46º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F440 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 244 | 64 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.04 |
| HSL | 123.46º | 0.9% | 0.58% | - |
| HSV(B) | 123.46º | 0.78% | 0.96% | - |
| XYZ | 34.74 | 65.83 | 15.73 | - |
| YUV | 166.37 | 70.22 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 244 | 64 | 0.78 | 0 | 0.74 | 0.04 | 123.46 | 0.9 | 0.58 |
| Hex | 35 | F4 | 40 | 4E | 0 | 4A | 4 | 7B | 5A | 3A |
| Octal | 65 | 364 | 100 | 116 | 0 | 112 | 4 | 173 | 132 | 72 |
| Binary | 110101 | 11110100 | 1000000 | 1001110 | 0 | 1001010 | 100 | 1111011 | 1011010 | 111010 |
Color Harmonies of #35F440
Complementary color
Monochromatic Colors of #35F440
Black with #35F440
Text Example
Text Example
White with #35F440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F440; }
p { color: rgb(53,244,64); }
H1.HeaderClassName
{
color: #35F440;
}
.AnyTagClassName
{
color: #35F440;
}
</style>
background-color css
<style>
a { background-color: #35F440; }
a { background-color: rgb(53,244,64); }
div.DivClassName
{
background-color: #35F440;
}
.BgClassName
{
background-color: #35F440;
}
</style>
border-color css
<style>
span { border-color: #35F440; }
span { border-color: rgb(53,244,64); }
td.TdClassName
{
border-color: #35F440;
}
.TagClassName
{
border-color: #35F440;
}
</style>