Html Css Color HEX #01ED04 Lime

📋 copy color: '#01ED04'

red 1 ◦ green 237 ◦ blue 4

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

Shades of Lime #01ED04

Tints of Lime #01ED04

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

 GREEN value IS 237 (92.97% from 255) = 97.93%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 0.41%
G = 97.93%
B = 1.65%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#01ED04 (or 0x01ED04) is known color: Lime. HEX triplet: 01, ED and 04. RGB value is (1,237,4). Sum of RGB (Red+Green+Blue) = 1+237+4=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 237 (92.97% from 255 or 97.93% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 237 - color contains mainly: green. Hex color #01ED04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01ED04 is #FE12FB. Grayscale: #8C8C8C. Windows color (decimal): -16651004 or 322817. OLE color: 322817.

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

Color convert

RGB 1 237 4 -
CMYK 1.00 0 0.98 0.07
HSL 120.76º 0.99% 0.47% -
HSV(B) 120.76º 1% 0.93% -
XYZ 30.32 60.58 10.21 -
YUV 139.87 51.31 28.95 -
System Red Green Blue C M Y K H S L
Decimal 1 237 4 1.00 0 0.98 0.07 120.76 0.99 0.47
Hex 1 ED 4 64 0 62 7 79 63 2F
Octal 1 355 4 144 0 142 7 171 143 57
Binary 1 11101101 100 1100100 0 1100010 111 1111001 1100011 101111

Color Harmonies of #01ED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ED04

Black with #01ED04

Text Example


Text Example

White with #01ED04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01ED04; }

 p { color: rgb(1,237,4); }

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

background-color css

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

 a { background-color: rgb(1,237,4); }

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

border-color css

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

 span { border-color: rgb(1,237,4); }

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