Html Css Color HEX #EFF004 Lemon

📋 copy color: '#EFF004'

red 239 ◦ green 240 ◦ blue 4

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

Shades of Lemon #EFF004

Tints of Lemon #EFF004

RGB

 RED value IS 239 (93.75% from 255) = 49.48%

 GREEN value IS 240 (94.14% from 255) = 49.69%

 BLUE value IS 4 (1.95% from 255) = 0.83%

R = 49.48%
G = 49.69%
B = 0.83%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFF004 (or 0xEFF004) is known color: Lemon. HEX triplet: EF, F0 and 04. RGB value is (239,240,4). Sum of RGB (Red+Green+Blue) = 239+240+4=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 4 (1.95% from 255 or 0.83% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF004 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF004 is #100FFB. Grayscale: #D5D5D5. Windows color (decimal): -1052668 or 323823. OLE color: 323823.

HSL color Cylindrical-coordinate representation of color #EFF004: hue angle of 60.25º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFF004 is Cyan = 0.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 240 4 -
CMYK 0.00 0 0.98 0.06
HSL 60.25º 0.97% 0.48% -
HSV(B) 60.25º 0.98% 0.94% -
XYZ 66.78 80.68 12.17 -
YUV 212.8 10.17 146.69 -
System Red Green Blue C M Y K H S L
Decimal 239 240 4 0.00 0 0.98 0.06 60.25 0.97 0.48
Hex EF F0 4 0 0 62 6 3C 61 30
Octal 357 360 4 0 0 142 6 74 141 60
Binary 11101111 11110000 100 0 0 1100010 110 111100 1100001 110000

Color Harmonies of #EFF004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF004

Black with #EFF004

Text Example


Text Example

White with #EFF004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF004; }

 p { color: rgb(239,240,4); }

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

background-color css

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

 a { background-color: rgb(239,240,4); }

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

border-color css

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

 span { border-color: rgb(239,240,4); }

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