Html Css Color HEX #EFFC1C Lemon

📋 copy color: '#EFFC1C'

red 239 ◦ green 252 ◦ blue 28

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

Shades of Lemon #EFFC1C

Tints of Lemon #EFFC1C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.55%

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

R = 46.05%
G = 48.55%
B = 5.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#EFFC1C (or 0xEFFC1C) is known color: Lemon. HEX triplet: EF, FC and 1C. RGB value is (239,252,28). Sum of RGB (Red+Green+Blue) = 239+252+28=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 28 (11.33% from 255 or 5.39% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC1C is #1003E3. Grayscale: #DFDFDF. Windows color (decimal): -1049572 or 1899759. OLE color: 1899759.

HSL color Cylindrical-coordinate representation of color #EFFC1C: hue angle of 63.48º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFFC1C is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 252 28 -
CMYK 0.05 0 0.89 0.01
HSL 63.48º 0.97% 0.55% -
HSV(B) 63.48º 0.89% 0.99% -
XYZ 70.62 88.06 14.37 -
YUV 222.58 18.19 139.71 -
System Red Green Blue C M Y K H S L
Decimal 239 252 28 0.05 0 0.89 0.01 63.48 0.97 0.55
Hex EF FC 1C 5 0 59 1 3F 61 37
Octal 357 374 34 5 0 131 1 77 141 67
Binary 11101111 11111100 11100 101 0 1011001 1 111111 1100001 110111

Color Harmonies of #EFFC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFC1C

Black with #EFFC1C

Text Example


Text Example

White with #EFFC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFC1C; }

 p { color: rgb(239,252,28); }

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

background-color css

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

 a { background-color: rgb(239,252,28); }

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

border-color css

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

 span { border-color: rgb(239,252,28); }

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