Html Css Color HEX #0AF503 Lime

📋 copy color: '#0AF503'

red 10 ◦ green 245 ◦ blue 3

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

Shades of Lime #0AF503

Tints of Lime #0AF503

RGB

 RED value IS 10 (4.3% from 255) = 3.88%

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

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

R = 3.88%
G = 94.96%
B = 1.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#0AF503 (or 0x0AF503) is known color: Lime. HEX triplet: 0A, F5 and 03. RGB value is (10,245,3). Sum of RGB (Red+Green+Blue) = 10+245+3=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 245 (96.09% from 255 or 94.96% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 245 - color contains mainly: green. Hex color #0AF503 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF503 is #F50AFC. Grayscale: #939393. Windows color (decimal): -16059133 or 259338. OLE color: 259338.

HSL color Cylindrical-coordinate representation of color #0AF503: hue angle of 118.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 #0AF503 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 10 245 3 -
CMYK 0.96 0 0.99 0.04
HSL 118.26º 0.98% 0.49% -
HSV(B) 118.26º 0.99% 0.96% -
XYZ 32.79 65.38 10.98 -
YUV 147.15 46.64 30.18 -
System Red Green Blue C M Y K H S L
Decimal 10 245 3 0.96 0 0.99 0.04 118.26 0.98 0.49
Hex A F5 3 60 0 63 4 76 62 31
Octal 12 365 3 140 0 143 4 166 142 61
Binary 1010 11110101 11 1100000 0 1100011 100 1110110 1100010 110001

Color Harmonies of #0AF503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF503

Black with #0AF503

Text Example


Text Example

White with #0AF503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AF503; }

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

 H1.HeaderClassName
 {
   color: #0AF503;
 }
 .AnyTagClassName
 {
   color: #0AF503;
 }
</style>

background-color css

<style>
 a { background-color: #0AF503; }

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

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

border-color css

<style>
 span { border-color: #0AF503; }

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

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