Html Css Color HEX #06FC04 Lime

📋 copy color: '#06FC04'

red 6 ◦ green 252 ◦ blue 4

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

Shades of Lime #06FC04

Tints of Lime #06FC04

RGB

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

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

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

R = 2.29%
G = 96.18%
B = 1.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#06FC04 (or 0x06FC04) is known color: Lime. HEX triplet: 06, FC and 04. RGB value is (6,252,4). Sum of RGB (Red+Green+Blue) = 6+252+4=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 252 (98.83% from 255 or 96.18% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 252 - color contains mainly: green. Hex color #06FC04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FC04 is #F903FB. Grayscale: #969696. Windows color (decimal): -16319484 or 326662. OLE color: 326662.

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

Color convert

RGB 6 252 4 -
CMYK 0.98 0 0.98 0.01
HSL 119.52º 0.98% 0.5% -
HSV(B) 119.52º 0.98% 0.99% -
XYZ 34.91 69.67 11.72 -
YUV 150.17 45.5 25.17 -
System Red Green Blue C M Y K H S L
Decimal 6 252 4 0.98 0 0.98 0.01 119.52 0.98 0.5
Hex 6 FC 4 62 0 62 1 78 62 32
Octal 6 374 4 142 0 142 1 170 142 62
Binary 110 11111100 100 1100010 0 1100010 1 1111000 1100010 110010

Color Harmonies of #06FC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FC04

Black with #06FC04

Text Example


Text Example

White with #06FC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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