Html Css Color HEX #EDFE20 Lemon

📋 copy color: '#EDFE20'

red 237 ◦ green 254 ◦ blue 32

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

Shades of Lemon #EDFE20

Tints of Lemon #EDFE20

RGB

 RED value IS 237 (92.97% from 255) = 45.32%

 GREEN value IS 254 (99.61% from 255) = 48.57%

 BLUE value IS 32 (12.89% from 255) = 6.12%

R = 45.32%
G = 48.57%
B = 6.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#EDFE20 (or 0xEDFE20) is known color: Lemon. HEX triplet: ED, FE and 20. RGB value is (237,254,32). Sum of RGB (Red+Green+Blue) = 237+254+32=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 32 (12.89% from 255 or 6.12% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE20 is #1201DF. Grayscale: #E0E0E0. Windows color (decimal): -1180128 or 2162413. OLE color: 2162413.

HSL color Cylindrical-coordinate representation of color #EDFE20: hue angle of 64.59º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDFE20 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 32 -
CMYK 0.07 0 0.87 0.00
HSL 64.59º 0.99% 0.56% -
HSV(B) 64.59º 0.87% 1% -
XYZ 70.63 88.99 14.82 -
YUV 223.61 19.87 137.55 -
System Red Green Blue C M Y K H S L
Decimal 237 254 32 0.07 0 0.87 0.00 64.59 0.99 0.56
Hex ED FE 20 7 0 57 0 41 63 38
Octal 355 376 40 7 0 127 0 101 143 70
Binary 11101101 11111110 100000 111 0 1010111 0 1000001 1100011 111000

Color Harmonies of #EDFE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE20

Black with #EDFE20

Text Example


Text Example

White with #EDFE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE20; }

 p { color: rgb(237,254,32); }

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

background-color css

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

 a { background-color: rgb(237,254,32); }

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

border-color css

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

 span { border-color: rgb(237,254,32); }

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