Shades of Lemon #F2FF1B
Tints of Lemon #F2FF1B
RGB
CMYK
RGB Variations
Color information
#F2FF1B (or 0xF2FF1B) is known color: Lemon. HEX triplet: F2, FF and 1B. RGB value is (242,255,27). Sum of RGB (Red+Green+Blue) = 242+255+27=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 27 (10.94% from 255 or 5.15% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FF1B is #0D00E4. Grayscale: #E2E2E2. Windows color (decimal): -852197 or 1834994. OLE color: 1834994.
HSL color Cylindrical-coordinate representation of color #F2FF1B: hue angle of 63.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2FF1B is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 27 | - |
| CMYK | 0.05 | 0 | 0.89 | 0 |
| HSL | 63.42º | 1% | 0.55% | - |
| HSV(B) | 63.42º | 0.89% | 1% | - |
| XYZ | 72.58 | 90.48 | 14.68 | - |
| YUV | 225.12 | 16.19 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 27 | 0.05 | 0 | 0.89 | 0 | 63.42 | 1 | 0.55 |
| Hex | F2 | FF | 1B | 5 | 0 | 59 | 0 | 3F | 64 | 37 |
| Octal | 362 | 377 | 33 | 5 | 0 | 131 | 0 | 77 | 144 | 67 |
| Binary | 11110010 | 11111111 | 11011 | 101 | 0 | 1011001 | 0 | 111111 | 1100100 | 110111 |
Color Harmonies of #F2FF1B
Complementary color
Monochromatic Colors of #F2FF1B
Black with #F2FF1B
Text Example
Text Example
White with #F2FF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF1B; }
p { color: rgb(242,255,27); }
H1.HeaderClassName
{
color: #F2FF1B;
}
.AnyTagClassName
{
color: #F2FF1B;
}
</style>
background-color css
<style>
a { background-color: #F2FF1B; }
a { background-color: rgb(242,255,27); }
div.DivClassName
{
background-color: #F2FF1B;
}
.BgClassName
{
background-color: #F2FF1B;
}
</style>
border-color css
<style>
span { border-color: #F2FF1B; }
span { border-color: rgb(242,255,27); }
td.TdClassName
{
border-color: #F2FF1B;
}
.TagClassName
{
border-color: #F2FF1B;
}
</style>