Html Css Color HEX #EDFF1E Chartreuse Yellow

📋 copy color: '#EDFF1E'

red 237 ◦ green 255 ◦ blue 30

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

Shades of Chartreuse Yellow #EDFF1E

Tints of Chartreuse Yellow #EDFF1E

RGB

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

 GREEN value IS 255 (100% from 255) = 48.85%

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

R = 45.4%
G = 48.85%
B = 5.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#EDFF1E (or 0xEDFF1E) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 1E. RGB value is (237,255,30). Sum of RGB (Red+Green+Blue) = 237+255+30=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 30 (12.11% from 255 or 5.75% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF1E is #1200E1. Grayscale: #E0E0E0. Windows color (decimal): -1179874 or 2031597. OLE color: 2031597.

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

Color convert

RGB 237 255 30 -
CMYK 0.07 0 0.88 0
HSL 64.8º 1% 0.56% -
HSV(B) 64.8º 0.88% 1% -
XYZ 70.92 89.62 14.79 -
YUV 223.97 18.54 137.3 -
System Red Green Blue C M Y K H S L
Decimal 237 255 30 0.07 0 0.88 0 64.8 1 0.56
Hex ED FF 1E 7 0 58 0 41 64 38
Octal 355 377 36 7 0 130 0 101 144 70
Binary 11101101 11111111 11110 111 0 1011000 0 1000001 1100100 111000

Color Harmonies of #EDFF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF1E

Black with #EDFF1E

Text Example


Text Example

White with #EDFF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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