Html Css Color HEX #03FA06 Lime

📋 copy color: '#03FA06'

red 3 ◦ green 250 ◦ blue 6

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

Shades of Lime #03FA06

Tints of Lime #03FA06

RGB

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

 GREEN value IS 250 (98.05% from 255) = 96.53%

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

R = 1.16%
G = 96.53%
B = 2.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#03FA06 (or 0x03FA06) is known color: Lime. HEX triplet: 03, FA and 06. RGB value is (3,250,6). Sum of RGB (Red+Green+Blue) = 3+250+6=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 250 (98.05% from 255 or 96.53% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FA06 is #FC05F9. Grayscale: #959595. Windows color (decimal): -16516602 or 457219. OLE color: 457219.

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

Color convert

RGB 3 250 6 -
CMYK 0.99 0 0.98 0.02
HSL 120.73º 0.98% 0.5% -
HSV(B) 120.73º 0.99% 0.98% -
XYZ 34.26 68.4 11.57 -
YUV 148.33 47.67 24.34 -
System Red Green Blue C M Y K H S L
Decimal 3 250 6 0.99 0 0.98 0.02 120.73 0.98 0.5
Hex 3 FA 6 63 0 62 2 79 62 32
Octal 3 372 6 143 0 142 2 171 142 62
Binary 11 11111010 110 1100011 0 1100010 10 1111001 1100010 110010

Color Harmonies of #03FA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FA06

Black with #03FA06

Text Example


Text Example

White with #03FA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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