Html Css Color HEX #06FB03 Lime

📋 copy color: '#06FB03'

red 6 ◦ green 251 ◦ blue 3

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

Shades of Lime #06FB03

Tints of Lime #06FB03

RGB

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

 GREEN value IS 251 (98.44% from 255) = 96.54%

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

R = 2.31%
G = 96.54%
B = 1.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#06FB03 (or 0x06FB03) is known color: Lime. HEX triplet: 06, FB and 03. RGB value is (6,251,3). Sum of RGB (Red+Green+Blue) = 6+251+3=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 251 (98.44% from 255 or 96.54% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 251 - color contains mainly: green. Hex color #06FB03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FB03 is #F904FC. Grayscale: #969696. Windows color (decimal): -16319741 or 260870. OLE color: 260870.

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

Color convert

RGB 6 251 3 -
CMYK 0.98 0 0.99 0.02
HSL 119.27º 0.98% 0.5% -
HSV(B) 119.27º 0.99% 0.98% -
XYZ 34.59 69.04 11.59 -
YUV 149.47 45.33 25.67 -
System Red Green Blue C M Y K H S L
Decimal 6 251 3 0.98 0 0.99 0.02 119.27 0.98 0.5
Hex 6 FB 3 62 0 63 2 77 62 32
Octal 6 373 3 142 0 143 2 167 142 62
Binary 110 11111011 11 1100010 0 1100011 10 1110111 1100010 110010

Color Harmonies of #06FB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FB03

Black with #06FB03

Text Example


Text Example

White with #06FB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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