Html Css Color HEX #05EC00 Lime

📋 copy color: '#05EC00'

red 5 ◦ green 236 ◦ blue 0

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

Shades of Lime #05EC00

Tints of Lime #05EC00

RGB

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

 GREEN value IS 236 (92.58% from 255) = 97.93%

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

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

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#05EC00 (or 0x05EC00) is known color: Lime. HEX triplet: 05, EC and 00. RGB value is (5,236,0). Sum of RGB (Red+Green+Blue) = 5+236+0=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 236 (92.58% from 255 or 97.93% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 236 - color contains mainly: green. Hex color #05EC00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05EC00 is #FA13FF. Grayscale: #8C8C8C. Windows color (decimal): -16389120 or 60421. OLE color: 60421.

HSL color Cylindrical-coordinate representation of color #05EC00: hue angle of 118.73º 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 #05EC00 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 236 0 -
CMYK 0.98 0 1 0.07
HSL 118.73º 1% 0.46% -
HSV(B) 118.73º 1% 0.93% -
XYZ 30.06 60.02 10 -
YUV 140.03 48.97 31.69 -
System Red Green Blue C M Y K H S L
Decimal 5 236 0 0.98 0 1 0.07 118.73 1 0.46
Hex 5 EC 0 62 0 64 7 77 64 2E
Octal 5 354 0 142 0 144 7 167 144 56
Binary 101 11101100 0 1100010 0 1100100 111 1110111 1100100 101110

Color Harmonies of #05EC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EC00

Black with #05EC00

Text Example


Text Example

White with #05EC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05EC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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