Html Css Color HEX #EDF21E Lemon

📋 copy color: '#EDF21E'

red 237 ◦ green 242 ◦ blue 30

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

Shades of Lemon #EDF21E

Tints of Lemon #EDF21E

RGB

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

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

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

R = 46.56%
G = 47.54%
B = 5.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#EDF21E (or 0xEDF21E) is known color: Lemon. HEX triplet: ED, F2 and 1E. RGB value is (237,242,30). Sum of RGB (Red+Green+Blue) = 237+242+30=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 30 (12.11% from 255 or 5.89% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF21E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF21E is #120DE1. Grayscale: #D9D9D9. Windows color (decimal): -1183202 or 2028269. OLE color: 2028269.

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

Color convert

RGB 237 242 30 -
CMYK 0.02 0 0.88 0.05
HSL 61.42º 0.89% 0.53% -
HSV(B) 61.42º 0.88% 0.95% -
XYZ 66.91 81.6 13.45 -
YUV 216.34 22.84 142.74 -
System Red Green Blue C M Y K H S L
Decimal 237 242 30 0.02 0 0.88 0.05 61.42 0.89 0.53
Hex ED F2 1E 2 0 58 5 3D 59 35
Octal 355 362 36 2 0 130 5 75 131 65
Binary 11101101 11110010 11110 10 0 1011000 101 111101 1011001 110101

Color Harmonies of #EDF21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF21E

Black with #EDF21E

Text Example


Text Example

White with #EDF21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF21E; }

 p { color: rgb(237,242,30); }

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

background-color css

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

 a { background-color: rgb(237,242,30); }

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

border-color css

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

 span { border-color: rgb(237,242,30); }

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