Html Css Color HEX #03FD03 Lime

📋 copy color: '#03FD03'

red 3 ◦ green 253 ◦ blue 3

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

Shades of Lime #03FD03

Tints of Lime #03FD03

RGB

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

 GREEN value IS 253 (99.22% from 255) = 97.68%

 BLUE value IS 3 (1.56% from 255) = 1.16%

R = 1.16%
G = 97.68%
B = 1.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#03FD03 (or 0x03FD03) is known color: Lime. HEX triplet: 03, FD and 03. RGB value is (3,253,3). Sum of RGB (Red+Green+Blue) = 3+253+3=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 253 (99.22% from 255 or 97.68% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 253 - color contains mainly: green. Hex color #03FD03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FD03 is #FC02FC. Grayscale: #969696. Windows color (decimal): -16515837 or 261379. OLE color: 261379.

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

Color convert

RGB 3 253 3 -
CMYK 0.99 0 0.99 0.01
HSL 120º 0.98% 0.5% -
HSV(B) 120º 0.99% 0.99% -
XYZ 35.18 70.28 11.8 -
YUV 149.75 45.18 23.33 -
System Red Green Blue C M Y K H S L
Decimal 3 253 3 0.99 0 0.99 0.01 120 0.98 0.5
Hex 3 FD 3 63 0 63 1 78 62 32
Octal 3 375 3 143 0 143 1 170 142 62
Binary 11 11111101 11 1100011 0 1100011 1 1111000 1100010 110010

Color Harmonies of #03FD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FD03

Black with #03FD03

Text Example


Text Example

White with #03FD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,253,3); }

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

background-color css

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

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

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

border-color css

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

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

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