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