Shades of Lime Green #42F22F
Tints of Lime Green #42F22F
RGB
CMYK
RGB Variations
Color information
#42F22F (or 0x42F22F) is known color: Lime Green. HEX triplet: 42, F2 and 2F. RGB value is (66,242,47). Sum of RGB (Red+Green+Blue) = 66+242+47=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 242 (94.92% from 255 or 68.17% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 242 - color contains mainly: green. Hex color #42F22F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F22F is #BD0DD0. Grayscale: #A7A7A7. Windows color (decimal): -12389841 or 3142210. OLE color: 3142210.
HSL color Cylindrical-coordinate representation of color #42F22F: hue angle of 114.15º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42F22F is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 47 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.05 |
| HSL | 114.15º | 0.88% | 0.57% | - |
| HSV(B) | 114.15º | 0.81% | 0.95% | - |
| XYZ | 34.51 | 64.87 | 13.39 | - |
| YUV | 167.15 | 60.19 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 47 | 0.73 | 0 | 0.81 | 0.05 | 114.15 | 0.88 | 0.57 |
| Hex | 42 | F2 | 2F | 49 | 0 | 51 | 5 | 72 | 58 | 39 |
| Octal | 102 | 362 | 57 | 111 | 0 | 121 | 5 | 162 | 130 | 71 |
| Binary | 1000010 | 11110010 | 101111 | 1001001 | 0 | 1010001 | 101 | 1110010 | 1011000 | 111001 |
Color Harmonies of #42F22F
Complementary color
Monochromatic Colors of #42F22F
Black with #42F22F
Text Example
Text Example
White with #42F22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F22F; }
p { color: rgb(66,242,47); }
H1.HeaderClassName
{
color: #42F22F;
}
.AnyTagClassName
{
color: #42F22F;
}
</style>
background-color css
<style>
a { background-color: #42F22F; }
a { background-color: rgb(66,242,47); }
div.DivClassName
{
background-color: #42F22F;
}
.BgClassName
{
background-color: #42F22F;
}
</style>
border-color css
<style>
span { border-color: #42F22F; }
span { border-color: rgb(66,242,47); }
td.TdClassName
{
border-color: #42F22F;
}
.TagClassName
{
border-color: #42F22F;
}
</style>