#05e500

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

Shades of Lime #05E500

Tints of Lime #05E500

Color information

#05E500 (or 0x05E500) is unknown color: approx 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

RGB52290-
CMYK0.98010.10
HSL118.69º100%44.9%-
HSV(B)118.69º100%89.8%-
XYZ28.0856.079.34-
YUV135.9251.2934.62-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal522900.98010.10118.6910044.9
Hex5E5062064A77642d
Octal5345014201441216714455
Binary101111001010110001001100100101011101111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05e500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>