Html Css Color HEX #03E400 Lime

📋 copy color: '#03E400'

red 3 ◦ green 228 ◦ blue 0

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

Shades of Lime #03E400

Tints of Lime #03E400

RGB

 RED value IS 3 (1.56% from 255) = 1.3%

 GREEN value IS 228 (89.45% from 255) = 98.7%

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

R = 1.3%
G = 98.7%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#03E400 (or 0x03E400) is known color: Lime. HEX triplet: 03, E4 and 00. RGB value is (3,228,0). Sum of RGB (Red+Green+Blue) = 3+228+0=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 228 (89.45% from 255 or 98.70% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 228 - color contains mainly: green. Hex color #03E400 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03E400 is #FC1BFF. Grayscale: #878787. Windows color (decimal): -16522240 or 58371. OLE color: 58371.

HSL color Cylindrical-coordinate representation of color #03E400: hue angle of 119.21º 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 #03E400 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 3 228 0 -
CMYK 0.99 0 1 0.11
HSL 119.21º 1% 0.45% -
HSV(B) 119.21º 1% 0.89% -
XYZ 27.78 55.51 9.25 -
YUV 134.73 51.96 34.04 -
System Red Green Blue C M Y K H S L
Decimal 3 228 0 0.99 0 1 0.11 119.21 1 0.45
Hex 3 E4 0 63 0 64 B 77 64 2D
Octal 3 344 0 143 0 144 13 167 144 55
Binary 11 11100100 0 1100011 0 1100100 1011 1110111 1100100 101101

Color Harmonies of #03E400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E400

Black with #03E400

Text Example


Text Example

White with #03E400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03E400;
 }
 .AnyTagClassName
 {
   color: #03E400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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