Html Css Color HEX #EFF21F Lemon

📋 copy color: '#EFF21F'

red 239 ◦ green 242 ◦ blue 31

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

Shades of Lemon #EFF21F

Tints of Lemon #EFF21F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.27%

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

R = 46.68%
G = 47.27%
B = 6.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#EFF21F (or 0xEFF21F) is known color: Lemon. HEX triplet: EF, F2 and 1F. RGB value is (239,242,31). Sum of RGB (Red+Green+Blue) = 239+242+31=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 31 (12.5% from 255 or 6.05% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF21F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF21F is #100DE0. Grayscale: #D9D9D9. Windows color (decimal): -1052129 or 2093807. OLE color: 2093807.

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

Color convert

RGB 239 242 31 -
CMYK 0.01 0 0.87 0.05
HSL 60.85º 0.89% 0.54% -
HSV(B) 60.85º 0.87% 0.95% -
XYZ 67.6 81.95 13.55 -
YUV 217.05 23.01 143.66 -
System Red Green Blue C M Y K H S L
Decimal 239 242 31 0.01 0 0.87 0.05 60.85 0.89 0.54
Hex EF F2 1F 1 0 57 5 3D 59 36
Octal 357 362 37 1 0 127 5 75 131 66
Binary 11101111 11110010 11111 1 0 1010111 101 111101 1011001 110110

Color Harmonies of #EFF21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF21F

Black with #EFF21F

Text Example


Text Example

White with #EFF21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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