Html Css Color HEX #00ED05 Lime

📋 copy color: '#00ED05'

red 0 ◦ green 237 ◦ blue 5

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

Shades of Lime #00ED05

Tints of Lime #00ED05

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 0%
G = 97.93%
B = 2.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#00ED05 (or 0x00ED05) is known color: Lime. HEX triplet: 00, ED and 05. RGB value is (0,237,5). Sum of RGB (Red+Green+Blue) = 0+237+5=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 237 (92.97% from 255 or 97.93% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00ED05 is #FF12FA. Grayscale: #8C8C8C. Windows color (decimal): -16716539 or 388352. OLE color: 388352.

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

Color convert

RGB 0 237 5 -
CMYK 1 0 0.98 0.07
HSL 121.27º 1% 0.46% -
HSV(B) 121.27º 1% 0.93% -
XYZ 30.31 60.58 10.24 -
YUV 139.69 51.98 28.36 -
System Red Green Blue C M Y K H S L
Decimal 0 237 5 1 0 0.98 0.07 121.27 1 0.46
Hex 0 ED 5 64 0 62 7 79 64 2E
Octal 0 355 5 144 0 142 7 171 144 56
Binary 0 11101101 101 1100100 0 1100010 111 1111001 1100100 101110

Color Harmonies of #00ED05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ED05

Black with #00ED05

Text Example


Text Example

White with #00ED05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00ED05; }

 p { color: rgb(0,237,5); }

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

background-color css

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

 a { background-color: rgb(0,237,5); }

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

border-color css

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

 span { border-color: rgb(0,237,5); }

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