Html Css Color HEX #EDFF02 Chartreuse Yellow

📋 copy color: '#EDFF02'

red 237 ◦ green 255 ◦ blue 2

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

Shades of Chartreuse Yellow #EDFF02

Tints of Chartreuse Yellow #EDFF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 47.98%
G = 51.62%
B = 0.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#EDFF02 (or 0xEDFF02) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 02. RGB value is (237,255,2). Sum of RGB (Red+Green+Blue) = 237+255+2=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 2 (1.17% from 255 or 0.40% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFF02 is #1200FD. Grayscale: #DDDDDD. Windows color (decimal): -1179902 or 196589. OLE color: 196589.

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

Color convert

RGB 237 255 2 -
CMYK 0.07 0 0.99 0
HSL 64.27º 1% 0.5% -
HSV(B) 64.27º 0.99% 1% -
XYZ 70.7 89.53 13.61 -
YUV 220.78 4.54 139.57 -
System Red Green Blue C M Y K H S L
Decimal 237 255 2 0.07 0 0.99 0 64.27 1 0.5
Hex ED FF 2 7 0 63 0 40 64 32
Octal 355 377 2 7 0 143 0 100 144 62
Binary 11101101 11111111 10 111 0 1100011 0 1000000 1100100 110010

Color Harmonies of #EDFF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF02

Black with #EDFF02

Text Example


Text Example

White with #EDFF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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