Shades of Lemon #F2FE22
Tints of Lemon #F2FE22
RGB
CMYK
RGB Variations
Color information
#F2FE22 (or 0xF2FE22) is known color: Lemon. HEX triplet: F2, FE and 22. RGB value is (242,254,34). Sum of RGB (Red+Green+Blue) = 242+254+34=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 34 (13.67% from 255 or 6.42% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FE22 is #0D01DD. Grayscale: #E2E2E2. Windows color (decimal): -852446 or 2293490. OLE color: 2293490.
HSL color Cylindrical-coordinate representation of color #F2FE22: hue angle of 63.27º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2FE22 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 34 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.00 |
| HSL | 63.27º | 0.99% | 0.56% | - |
| HSV(B) | 63.27º | 0.87% | 1% | - |
| XYZ | 72.35 | 89.88 | 15.05 | - |
| YUV | 225.33 | 20.02 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 34 | 0.05 | 0 | 0.87 | 0.00 | 63.27 | 0.99 | 0.56 |
| Hex | F2 | FE | 22 | 5 | 0 | 57 | 0 | 3F | 63 | 38 |
| Octal | 362 | 376 | 42 | 5 | 0 | 127 | 0 | 77 | 143 | 70 |
| Binary | 11110010 | 11111110 | 100010 | 101 | 0 | 1010111 | 0 | 111111 | 1100011 | 111000 |
Color Harmonies of #F2FE22
Complementary color
Monochromatic Colors of #F2FE22
Black with #F2FE22
Text Example
Text Example
White with #F2FE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FE22; }
p { color: rgb(242,254,34); }
H1.HeaderClassName
{
color: #F2FE22;
}
.AnyTagClassName
{
color: #F2FE22;
}
</style>
background-color css
<style>
a { background-color: #F2FE22; }
a { background-color: rgb(242,254,34); }
div.DivClassName
{
background-color: #F2FE22;
}
.BgClassName
{
background-color: #F2FE22;
}
</style>
border-color css
<style>
span { border-color: #F2FE22; }
span { border-color: rgb(242,254,34); }
td.TdClassName
{
border-color: #F2FE22;
}
.TagClassName
{
border-color: #F2FE22;
}
</style>