Html Css Color HEX #05E500 Lime

📋 copy color: '#05E500'

red 5 ◦ green 229 ◦ blue 0

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

Shades of Lime #05E500

Tints of Lime #05E500

RGB

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

 GREEN value IS 229 (89.84% from 255) = 97.86%

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

R = 2.14%
G = 97.86%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#05E500 (or 0x05E500) is known color: Lime. HEX triplet: 05, E5 and 00. RGB value is (5,229,0). Sum of RGB (Red+Green+Blue) = 5+229+0=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 229 (89.84% from 255 or 97.86% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 229 - color contains mainly: green. Hex color #05E500 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E500 is #FA1AFF. Grayscale: #888888. Windows color (decimal): -16390912 or 58629. OLE color: 58629.

HSL color Cylindrical-coordinate representation of color #05E500: hue angle of 118.69º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05E500 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 5 229 0 -
CMYK 0.98 0 1 0.10
HSL 118.69º 1% 0.45% -
HSV(B) 118.69º 1% 0.9% -
XYZ 28.08 56.07 9.34 -
YUV 135.92 51.29 34.62 -
System Red Green Blue C M Y K H S L
Decimal 5 229 0 0.98 0 1 0.10 118.69 1 0.45
Hex 5 E5 0 62 0 64 A 77 64 2D
Octal 5 345 0 142 0 144 12 167 144 55
Binary 101 11100101 0 1100010 0 1100100 1010 1110111 1100100 101101

Color Harmonies of #05E500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E500

Black with #05E500

Text Example


Text Example

White with #05E500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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