#F0FF1E

Color #F0FF1E Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #F0FF1E

Tints of Lemon #F0FF1E

Color information

#F0FF1E (or 0xF0FF1E) is unknown color: approx Lemon. HEX triplet: F0, FF and 1E. RGB value is (240,255,30). Sum of RGB (Red+Green+Blue) = 240+255+30=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 30 (12.11% from 255 or 5.71% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FF1E is #0F00E1. Grayscale: #E1E1E1. Windows color (decimal): -983266 or 2031600. OLE color: 2031600.

HSL color Cylindrical-coordinate representation of color #F0FF1E: hue angle of 64º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0FF1E is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB24025530-
CMYK0.0600.880
HSL64º100%55.88%-
HSV(B)64º88.24%100%-
XYZ71.9390.1414.84-
YUV224.8618.03138.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 255 (100% from 255) = 48.57%
BLUE value IS 30 (12.11% from 255) = 5.71%
R=45.71%
G=48.57%
B=5.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal240255300.0600.8806410055.88
HexF0FF1E60580406438
Octal3603773660130010014470
Binary11110000111111111111011001011000010000001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FF1E; }

 p { color: rgb(240,255,30); }

 H1.HeaderClassName
 {
   color: #F0FF1E;
 }
 .AnyTagClassName
 {
   color: #F0FF1E;
 }
</style>
background-color css

<style>
 a { background-color: #F0FF1E; }

 a { background-color: rgb(240,255,30); }

 div.DivClassName
 {
   background-color: #F0FF1E;
 }
 .BgClassName
 {
   background-color: #F0FF1E;
 }
</style>
border-color css

<style>
 span { border-color: #F0FF1E; }

 span { border-color: rgb(240,255,30); }

 td.TdClassName
 {
   border-color: #F0FF1E;
 }
 .TagClassName
 {
   border-color: #F0FF1E;
 }
</style>