Html Css Color HEX #EDFB18 Lemon

📋 copy color: '#EDFB18'

red 237 ◦ green 251 ◦ blue 24

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

Shades of Lemon #EDFB18

Tints of Lemon #EDFB18

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.02%

 BLUE value IS 24 (9.77% from 255) = 4.69%

R = 46.29%
G = 49.02%
B = 4.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#EDFB18 (or 0xEDFB18) is known color: Lemon. HEX triplet: ED, FB and 18. RGB value is (237,251,24). Sum of RGB (Red+Green+Blue) = 237+251+24=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 24 (9.77% from 255 or 4.69% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFB18 is #1204E7. Grayscale: #DDDDDD. Windows color (decimal): -1180904 or 1637357. OLE color: 1637357.

HSL color Cylindrical-coordinate representation of color #EDFB18: hue angle of 63.7º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDFB18 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 24 -
CMYK 0.06 0 0.90 0.02
HSL 63.7º 0.97% 0.54% -
HSV(B) 63.7º 0.9% 0.98% -
XYZ 69.59 87.06 14 -
YUV 220.94 16.86 139.46 -
System Red Green Blue C M Y K H S L
Decimal 237 251 24 0.06 0 0.90 0.02 63.7 0.97 0.54
Hex ED FB 18 6 0 5A 2 40 61 36
Octal 355 373 30 6 0 132 2 100 141 66
Binary 11101101 11111011 11000 110 0 1011010 10 1000000 1100001 110110

Color Harmonies of #EDFB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB18

Black with #EDFB18

Text Example


Text Example

White with #EDFB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB18; }

 p { color: rgb(237,251,24); }

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

background-color css

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

 a { background-color: rgb(237,251,24); }

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

border-color css

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

 span { border-color: rgb(237,251,24); }

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