Shades of Lime Green #42F235
Tints of Lime Green #42F235
RGB
CMYK
RGB Variations
Color information
#42F235 (or 0x42F235) is known color: Lime Green. HEX triplet: 42, F2 and 35. RGB value is (66,242,53). Sum of RGB (Red+Green+Blue) = 66+242+53=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #42F235 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F235 is #BD0DCA. Grayscale: #A8A8A8. Windows color (decimal): -12389835 or 3535426. OLE color: 3535426.
HSL color Cylindrical-coordinate representation of color #42F235: hue angle of 115.87º 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 #42F235 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 53 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.05 |
| HSL | 115.87º | 0.88% | 0.58% | - |
| HSV(B) | 115.87º | 0.78% | 0.95% | - |
| XYZ | 34.64 | 64.92 | 14.07 | - |
| YUV | 167.83 | 63.19 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 53 | 0.73 | 0 | 0.78 | 0.05 | 115.87 | 0.88 | 0.58 |
| Hex | 42 | F2 | 35 | 49 | 0 | 4E | 5 | 74 | 58 | 3A |
| Octal | 102 | 362 | 65 | 111 | 0 | 116 | 5 | 164 | 130 | 72 |
| Binary | 1000010 | 11110010 | 110101 | 1001001 | 0 | 1001110 | 101 | 1110100 | 1011000 | 111010 |
Color Harmonies of #42F235
Complementary color
Monochromatic Colors of #42F235
Black with #42F235
Text Example
Text Example
White with #42F235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F235; }
p { color: rgb(66,242,53); }
H1.HeaderClassName
{
color: #42F235;
}
.AnyTagClassName
{
color: #42F235;
}
</style>
background-color css
<style>
a { background-color: #42F235; }
a { background-color: rgb(66,242,53); }
div.DivClassName
{
background-color: #42F235;
}
.BgClassName
{
background-color: #42F235;
}
</style>
border-color css
<style>
span { border-color: #42F235; }
span { border-color: rgb(66,242,53); }
td.TdClassName
{
border-color: #42F235;
}
.TagClassName
{
border-color: #42F235;
}
</style>