Html Css Color HEX #06F503 Lime

📋 copy color: '#06F503'

red 6 ◦ green 245 ◦ blue 3

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

Shades of Lime #06F503

Tints of Lime #06F503

RGB

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

 GREEN value IS 245 (96.09% from 255) = 96.46%

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

R = 2.36%
G = 96.46%
B = 1.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#06F503 (or 0x06F503) is known color: Lime. HEX triplet: 06, F5 and 03. RGB value is (6,245,3). Sum of RGB (Red+Green+Blue) = 6+245+3=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 245 (96.09% from 255 or 96.46% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 245 - color contains mainly: green. Hex color #06F503 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06F503 is #F90AFC. Grayscale: #929292. Windows color (decimal): -16321277 or 259334. OLE color: 259334.

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

Color convert

RGB 6 245 3 -
CMYK 0.98 0 0.99 0.04
HSL 119.26º 0.98% 0.49% -
HSV(B) 119.26º 0.99% 0.96% -
XYZ 32.74 65.35 10.97 -
YUV 145.95 47.32 28.18 -
System Red Green Blue C M Y K H S L
Decimal 6 245 3 0.98 0 0.99 0.04 119.26 0.98 0.49
Hex 6 F5 3 62 0 63 4 77 62 31
Octal 6 365 3 142 0 143 4 167 142 61
Binary 110 11110101 11 1100010 0 1100011 100 1110111 1100010 110001

Color Harmonies of #06F503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06F503

Black with #06F503

Text Example


Text Example

White with #06F503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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