Html Css Color HEX #EFFF1F Lemon

📋 copy color: '#EFFF1F'

red 239 ◦ green 255 ◦ blue 31

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

Shades of Lemon #EFFF1F

Tints of Lemon #EFFF1F

RGB

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

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

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

R = 45.52%
G = 48.57%
B = 5.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#EFFF1F (or 0xEFFF1F) is known color: Lemon. HEX triplet: EF, FF and 1F. RGB value is (239,255,31). Sum of RGB (Red+Green+Blue) = 239+255+31=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 31 (12.5% from 255 or 5.90% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFF1F is #1000E0. Grayscale: #E1E1E1. Windows color (decimal): -1048801 or 2097135. OLE color: 2097135.

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

Color convert

RGB 239 255 31 -
CMYK 0.06 0 0.88 0
HSL 64.29º 1% 0.56% -
HSV(B) 64.29º 0.88% 1% -
XYZ 71.6 89.97 14.89 -
YUV 224.68 18.7 138.21 -
System Red Green Blue C M Y K H S L
Decimal 239 255 31 0.06 0 0.88 0 64.29 1 0.56
Hex EF FF 1F 6 0 58 0 40 64 38
Octal 357 377 37 6 0 130 0 100 144 70
Binary 11101111 11111111 11111 110 0 1011000 0 1000000 1100100 111000

Color Harmonies of #EFFF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFF1F

Black with #EFFF1F

Text Example


Text Example

White with #EFFF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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