Shades of Lemon #F2FF23
Tints of Lemon #F2FF23
RGB
CMYK
RGB Variations
Color information
#F2FF23 (or 0xF2FF23) is known color: Lemon. HEX triplet: F2, FF and 23. RGB value is (242,255,35). Sum of RGB (Red+Green+Blue) = 242+255+35=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 35 (14.06% from 255 or 6.58% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FF23 is #0D00DC. Grayscale: #E2E2E2. Windows color (decimal): -852189 or 2359282. OLE color: 2359282.
HSL color Cylindrical-coordinate representation of color #F2FF23: hue angle of 63.55º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2FF23 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 35 | - |
| CMYK | 0.05 | 0 | 0.86 | 0 |
| HSL | 63.55º | 1% | 0.57% | - |
| HSV(B) | 63.55º | 0.86% | 1% | - |
| XYZ | 72.68 | 90.52 | 15.23 | - |
| YUV | 226.03 | 20.19 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 35 | 0.05 | 0 | 0.86 | 0 | 63.55 | 1 | 0.57 |
| Hex | F2 | FF | 23 | 5 | 0 | 56 | 0 | 40 | 64 | 39 |
| Octal | 362 | 377 | 43 | 5 | 0 | 126 | 0 | 100 | 144 | 71 |
| Binary | 11110010 | 11111111 | 100011 | 101 | 0 | 1010110 | 0 | 1000000 | 1100100 | 111001 |
Color Harmonies of #F2FF23
Complementary color
Monochromatic Colors of #F2FF23
Black with #F2FF23
Text Example
Text Example
White with #F2FF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF23; }
p { color: rgb(242,255,35); }
H1.HeaderClassName
{
color: #F2FF23;
}
.AnyTagClassName
{
color: #F2FF23;
}
</style>
background-color css
<style>
a { background-color: #F2FF23; }
a { background-color: rgb(242,255,35); }
div.DivClassName
{
background-color: #F2FF23;
}
.BgClassName
{
background-color: #F2FF23;
}
</style>
border-color css
<style>
span { border-color: #F2FF23; }
span { border-color: rgb(242,255,35); }
td.TdClassName
{
border-color: #F2FF23;
}
.TagClassName
{
border-color: #F2FF23;
}
</style>