Shades of Lime Green #42F53F
Tints of Lime Green #42F53F
RGB
CMYK
RGB Variations
Color information
#42F53F (or 0x42F53F) is known color: Lime Green. HEX triplet: 42, F5 and 3F. RGB value is (66,245,63). Sum of RGB (Red+Green+Blue) = 66+245+63=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 245 (96.09% from 255 or 65.51% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 245 - color contains mainly: green. Hex color #42F53F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F53F is #BD0AC0. Grayscale: #ABABAB. Windows color (decimal): -12389057 or 4191554. OLE color: 4191554.
HSL color Cylindrical-coordinate representation of color #42F53F: hue angle of 119.01º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42F53F is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 245 | 63 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.04 |
| HSL | 119.01º | 0.9% | 0.6% | - |
| HSV(B) | 119.01º | 0.74% | 0.96% | - |
| XYZ | 35.8 | 66.82 | 15.71 | - |
| YUV | 170.73 | 67.2 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 245 | 63 | 0.73 | 0 | 0.74 | 0.04 | 119.01 | 0.9 | 0.6 |
| Hex | 42 | F5 | 3F | 49 | 0 | 4A | 4 | 77 | 5A | 3C |
| Octal | 102 | 365 | 77 | 111 | 0 | 112 | 4 | 167 | 132 | 74 |
| Binary | 1000010 | 11110101 | 111111 | 1001001 | 0 | 1001010 | 100 | 1110111 | 1011010 | 111100 |
Color Harmonies of #42F53F
Complementary color
Monochromatic Colors of #42F53F
Black with #42F53F
Text Example
Text Example
White with #42F53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F53F; }
p { color: rgb(66,245,63); }
H1.HeaderClassName
{
color: #42F53F;
}
.AnyTagClassName
{
color: #42F53F;
}
</style>
background-color css
<style>
a { background-color: #42F53F; }
a { background-color: rgb(66,245,63); }
div.DivClassName
{
background-color: #42F53F;
}
.BgClassName
{
background-color: #42F53F;
}
</style>
border-color css
<style>
span { border-color: #42F53F; }
span { border-color: rgb(66,245,63); }
td.TdClassName
{
border-color: #42F53F;
}
.TagClassName
{
border-color: #42F53F;
}
</style>