Html Css Color HEX #EFF41F Lemon

📋 copy color: '#EFF41F'

red 239 ◦ green 244 ◦ blue 31

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

Shades of Lemon #EFF41F

Tints of Lemon #EFF41F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.47%

 BLUE value IS 31 (12.5% from 255) = 6.03%

R = 46.5%
G = 47.47%
B = 6.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#EFF41F (or 0xEFF41F) is known color: Lemon. HEX triplet: EF, F4 and 1F. RGB value is (239,244,31). Sum of RGB (Red+Green+Blue) = 239+244+31=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 31 (12.5% from 255 or 6.03% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF41F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF41F is #100BE0. Grayscale: #DBDBDB. Windows color (decimal): -1051617 or 2094319. OLE color: 2094319.

HSL color Cylindrical-coordinate representation of color #EFF41F: hue angle of 61.41º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFF41F is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 244 31 -
CMYK 0.02 0 0.87 0.04
HSL 61.41º 0.91% 0.54% -
HSV(B) 61.41º 0.87% 0.96% -
XYZ 68.19 83.15 13.75 -
YUV 218.22 22.34 142.82 -
System Red Green Blue C M Y K H S L
Decimal 239 244 31 0.02 0 0.87 0.04 61.41 0.91 0.54
Hex EF F4 1F 2 0 57 4 3D 5B 36
Octal 357 364 37 2 0 127 4 75 133 66
Binary 11101111 11110100 11111 10 0 1010111 100 111101 1011011 110110

Color Harmonies of #EFF41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF41F

Black with #EFF41F

Text Example


Text Example

White with #EFF41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF41F; }

 p { color: rgb(239,244,31); }

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

background-color css

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

 a { background-color: rgb(239,244,31); }

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

border-color css

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

 span { border-color: rgb(239,244,31); }

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