Html Css Color HEX #03EB01 Lime

📋 copy color: '#03EB01'

red 3 ◦ green 235 ◦ blue 1

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

Shades of Lime #03EB01

Tints of Lime #03EB01

RGB

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

 GREEN value IS 235 (92.19% from 255) = 98.33%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 1.26%
G = 98.33%
B = 0.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#03EB01 (or 0x03EB01) is known color: Lime. HEX triplet: 03, EB and 01. RGB value is (3,235,1). Sum of RGB (Red+Green+Blue) = 3+235+1=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 235 (92.19% from 255 or 98.33% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 235 - color contains mainly: green. Hex color #03EB01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03EB01 is #FC14FE. Grayscale: #8B8B8B. Windows color (decimal): -16520447 or 125699. OLE color: 125699.

HSL color Cylindrical-coordinate representation of color #03EB01: hue angle of 119.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03EB01 is Cyan = 0.99, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 235 1 -
CMYK 0.99 0 1.00 0.08
HSL 119.49º 0.99% 0.46% -
HSV(B) 119.49º 1% 0.92% -
XYZ 29.75 59.44 9.93 -
YUV 138.96 50.14 31.03 -
System Red Green Blue C M Y K H S L
Decimal 3 235 1 0.99 0 1.00 0.08 119.49 0.99 0.46
Hex 3 EB 1 63 0 64 8 77 63 2E
Octal 3 353 1 143 0 144 10 167 143 56
Binary 11 11101011 1 1100011 0 1100100 1000 1110111 1100011 101110

Color Harmonies of #03EB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EB01

Black with #03EB01

Text Example


Text Example

White with #03EB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,235,1); }

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

background-color css

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

 a { background-color: rgb(3,235,1); }

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

border-color css

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

 span { border-color: rgb(3,235,1); }

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