Html Css Color HEX #06FC03 Lime

📋 copy color: '#06FC03'

red 6 ◦ green 252 ◦ blue 3

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

Shades of Lime #06FC03

Tints of Lime #06FC03

RGB

 RED value IS 6 (2.73% from 255) = 2.3%

 GREEN value IS 252 (98.83% from 255) = 96.55%

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

R = 2.3%
G = 96.55%
B = 1.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#06FC03 (or 0x06FC03) is known color: Lime. HEX triplet: 06, FC and 03. RGB value is (6,252,3). Sum of RGB (Red+Green+Blue) = 6+252+3=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 252 (98.83% from 255 or 96.55% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 252 - color contains mainly: green. Hex color #06FC03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FC03 is #F903FC. Grayscale: #969696. Windows color (decimal): -16319485 or 261126. OLE color: 261126.

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

Color convert

RGB 6 252 3 -
CMYK 0.98 0 0.99 0.01
HSL 119.28º 0.98% 0.5% -
HSV(B) 119.28º 0.99% 0.99% -
XYZ 34.9 69.67 11.69 -
YUV 150.06 45 25.25 -
System Red Green Blue C M Y K H S L
Decimal 6 252 3 0.98 0 0.99 0.01 119.28 0.98 0.5
Hex 6 FC 3 62 0 63 1 77 62 32
Octal 6 374 3 142 0 143 1 167 142 62
Binary 110 11111100 11 1100010 0 1100011 1 1110111 1100010 110010

Color Harmonies of #06FC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FC03

Black with #06FC03

Text Example


Text Example

White with #06FC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06FC03; }

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

 H1.HeaderClassName
 {
   color: #06FC03;
 }
 .AnyTagClassName
 {
   color: #06FC03;
 }
</style>

background-color css

<style>
 a { background-color: #06FC03; }

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

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

border-color css

<style>
 span { border-color: #06FC03; }

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

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