Html Css Color HEX #03FD04 Lime

📋 copy color: '#03FD04'

red 3 ◦ green 253 ◦ blue 4

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

Shades of Lime #03FD04

Tints of Lime #03FD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 1.15%
G = 97.31%
B = 1.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#03FD04 (or 0x03FD04) is known color: Lime. HEX triplet: 03, FD and 04. RGB value is (3,253,4). Sum of RGB (Red+Green+Blue) = 3+253+4=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 253 (99.22% from 255 or 97.31% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 253 - color contains mainly: green. Hex color #03FD04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FD04 is #FC02FB. Grayscale: #969696. Windows color (decimal): -16515836 or 326915. OLE color: 326915.

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

Color convert

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

Color Harmonies of #03FD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FD04

Black with #03FD04

Text Example


Text Example

White with #03FD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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