Html Css Color HEX #F0FF1C Lemon

📋 copy color: '#F0FF1C'

red 240 ◦ green 255 ◦ blue 28

#F0FF1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #F0FF1C

Tints of Lemon #F0FF1C

RGB

 RED value IS 240 (94.14% from 255) = 45.89%

 GREEN value IS 255 (100% from 255) = 48.76%

 BLUE value IS 28 (11.33% from 255) = 5.35%

R = 45.89%
G = 48.76%
B = 5.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#F0FF1C (or 0xF0FF1C) is known color: Lemon. HEX triplet: F0, FF and 1C. RGB value is (240,255,28). Sum of RGB (Red+Green+Blue) = 240+255+28=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 28 (11.33% from 255 or 5.35% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FF1C is #0F00E3. Grayscale: #E1E1E1. Windows color (decimal): -983268 or 1900528. OLE color: 1900528.

HSL color Cylindrical-coordinate representation of color #F0FF1C: hue angle of 63.96º 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 #F0FF1C is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 240 255 28 -
CMYK 0.06 0 0.89 0
HSL 63.96º 1% 0.55% -
HSV(B) 63.96º 0.89% 1% -
XYZ 71.9 90.13 14.71 -
YUV 224.64 17.03 138.96 -
System Red Green Blue C M Y K H S L
Decimal 240 255 28 0.06 0 0.89 0 63.96 1 0.55
Hex F0 FF 1C 6 0 59 0 40 64 37
Octal 360 377 34 6 0 131 0 100 144 67
Binary 11110000 11111111 11100 110 0 1011001 0 1000000 1100100 110111

Color Harmonies of #F0FF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FF1C

Black with #F0FF1C

Text Example


Text Example

White with #F0FF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FF1C; }

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

 H1.HeaderClassName
 {
   color: #F0FF1C;
 }
 .AnyTagClassName
 {
   color: #F0FF1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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