Html Css Color HEX #EFFD1E Lemon

📋 copy color: '#EFFD1E'

red 239 ◦ green 253 ◦ blue 30

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

Shades of Lemon #EFFD1E

Tints of Lemon #EFFD1E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.47%

 BLUE value IS 30 (12.11% from 255) = 5.75%

R = 45.79%
G = 48.47%
B = 5.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#EFFD1E (or 0xEFFD1E) is known color: Lemon. HEX triplet: EF, FD and 1E. RGB value is (239,253,30). Sum of RGB (Red+Green+Blue) = 239+253+30=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 30 (12.11% from 255 or 5.75% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFD1E is #1002E1. Grayscale: #E0E0E0. Windows color (decimal): -1049314 or 2031087. OLE color: 2031087.

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

Color convert

RGB 239 253 30 -
CMYK 0.06 0 0.88 0.01
HSL 63.77º 0.98% 0.55% -
HSV(B) 63.77º 0.88% 0.99% -
XYZ 70.96 88.7 14.61 -
YUV 223.39 18.86 139.13 -
System Red Green Blue C M Y K H S L
Decimal 239 253 30 0.06 0 0.88 0.01 63.77 0.98 0.55
Hex EF FD 1E 6 0 58 1 40 62 37
Octal 357 375 36 6 0 130 1 100 142 67
Binary 11101111 11111101 11110 110 0 1011000 1 1000000 1100010 110111

Color Harmonies of #EFFD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFD1E

Black with #EFFD1E

Text Example


Text Example

White with #EFFD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFD1E; }

 p { color: rgb(239,253,30); }

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

background-color css

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

 a { background-color: rgb(239,253,30); }

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

border-color css

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

 span { border-color: rgb(239,253,30); }

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