#05e400

Color #05E400 Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime #05E400

Tints of Lime #05E400

Color information

#05E400 (or 0x05E400) is unknown color: approx Lime. HEX triplet: 05, E4 and 00. RGB value is (5,228,0). Sum of RGB (Red+Green+Blue) = 5+228+0=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 228 (89.45% from 255 or 97.85% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 228 - color contains mainly: green. Hex color #05E400 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E400 is #FA1BFF. Grayscale: #888888. Windows color (decimal): -16391168 or 58373. OLE color: 58373.

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

Color convert

RGB52280-
CMYK0.98010.11
HSL118.68º100%44.71%-
HSV(B)118.68º100%89.41%-
XYZ27.8155.529.25-
YUV135.3351.6235.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.15%
GREEN value IS 228 (89.45% from 255) = 97.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.15%
G=97.85%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal522800.98010.11118.6810044.71
Hex5E4062064B77642d
Octal5344014201441316714455
Binary101111001000110001001100100101111101111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05e400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05e400;
 }
 .AnyTagClassName
 {
   color: #05e400;
 }
</style>
background-color css

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

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

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

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

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

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