#03E802

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

Shades of Lime #03E802

Tints of Lime #03E802

Color information

#03E802 (or 0x03E802) is unknown color: approx Lime. HEX triplet: 03, E8 and 02. RGB value is (3,232,2). Sum of RGB (Red+Green+Blue) = 3+232+2=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 232 (91.02% from 255 or 97.89% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 232 - color contains mainly: green. Hex color #03E802 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03E802 is #FC17FD. Grayscale: #8A8A8A. Windows color (decimal): -16521214 or 190467. OLE color: 190467.

HSL color Cylindrical-coordinate representation of color #03E802: hue angle of 119.74º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E802 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB32322-
CMYK0.9900.990.09
HSL119.74º98.29%45.88%-
HSV(B)119.74º99.14%90.98%-
XYZ28.9157.749.68-
YUV137.3151.6332.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.27%
GREEN value IS 232 (91.02% from 255) = 97.89%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=1.27%
G=97.89%
B=0.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal323220.9900.990.09119.7498.2945.88
Hex3E8263063978622e
Octal3350214301431117014256
Binary111110100010110001101100011100111110001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03E802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03E802; }

 p { color: rgb(3,232,2); }

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

<style>
 a { background-color: #03E802; }

 a { background-color: rgb(3,232,2); }

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

<style>
 span { border-color: #03E802; }

 span { border-color: rgb(3,232,2); }

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