Html Css Color HEX #03FE06 Lime

📋 copy color: '#03FE06'

red 3 ◦ green 254 ◦ blue 6

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

Shades of Lime #03FE06

Tints of Lime #03FE06

RGB

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

 GREEN value IS 254 (99.61% from 255) = 96.58%

 BLUE value IS 6 (2.73% from 255) = 2.28%

R = 1.14%
G = 96.58%
B = 2.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#03FE06 (or 0x03FE06) is known color: Lime. HEX triplet: 03, FE and 06. RGB value is (3,254,6). Sum of RGB (Red+Green+Blue) = 3+254+6=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 254 (99.61% from 255 or 96.58% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FE06 is #FC01F9. Grayscale: #979797. Windows color (decimal): -16515578 or 458243. OLE color: 458243.

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

Color convert

RGB 3 254 6 -
CMYK 0.99 0 0.98 0.00
HSL 120.72º 0.99% 0.5% -
HSV(B) 120.72º 0.99% 1% -
XYZ 35.51 70.92 11.99 -
YUV 150.68 46.34 22.67 -
System Red Green Blue C M Y K H S L
Decimal 3 254 6 0.99 0 0.98 0.00 120.72 0.99 0.5
Hex 3 FE 6 63 0 62 0 79 63 32
Octal 3 376 6 143 0 142 0 171 143 62
Binary 11 11111110 110 1100011 0 1100010 0 1111001 1100011 110010

Color Harmonies of #03FE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FE06

Black with #03FE06

Text Example


Text Example

White with #03FE06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,254,6); }

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

background-color css

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

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

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

border-color css

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

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

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