Html Css Color HEX #EDFE25 Lemon

📋 copy color: '#EDFE25'

red 237 ◦ green 254 ◦ blue 37

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

Shades of Lemon #EDFE25

Tints of Lemon #EDFE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.01%

R = 44.89%
G = 48.11%
B = 7.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#EDFE25 (or 0xEDFE25) is known color: Lemon. HEX triplet: ED, FE and 25. RGB value is (237,254,37). Sum of RGB (Red+Green+Blue) = 237+254+37=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 37 (14.84% from 255 or 7.01% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE25 is #1201DA. Grayscale: #E1E1E1. Windows color (decimal): -1180123 or 2490093. OLE color: 2490093.

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

Color convert

RGB 237 254 37 -
CMYK 0.07 0 0.85 0.00
HSL 64.7º 0.99% 0.57% -
HSV(B) 64.7º 0.85% 1% -
XYZ 70.7 89.02 15.21 -
YUV 224.18 22.37 137.14 -
System Red Green Blue C M Y K H S L
Decimal 237 254 37 0.07 0 0.85 0.00 64.7 0.99 0.57
Hex ED FE 25 7 0 55 0 41 63 39
Octal 355 376 45 7 0 125 0 101 143 71
Binary 11101101 11111110 100101 111 0 1010101 0 1000001 1100011 111001

Color Harmonies of #EDFE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE25

Black with #EDFE25

Text Example


Text Example

White with #EDFE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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