#0AFA03

Color #0AFA03 Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime #0AFA03

Tints of Lime #0AFA03

Color information

#0AFA03 (or 0x0AFA03) is unknown color: approx Lime. HEX triplet: 0A, FA and 03. RGB value is (10,250,3). Sum of RGB (Red+Green+Blue) = 10+250+3=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 250 (98.05% from 255 or 95.06% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFA03 is #F505FC. Grayscale: #969696. Windows color (decimal): -16057853 or 260618. OLE color: 260618.

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

Color convert

RGB102503-
CMYK0.9600.990.02
HSL118.3º97.63%49.61%-
HSV(B)118.3º98.8%98.04%-
XYZ34.3368.4411.49-
YUV150.0844.9928.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.80%
GREEN value IS 250 (98.05% from 255) = 95.06%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=3.80%
G=95.06%
B=1.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1025030.9600.990.02118.397.6349.61
HexAFA3600632766232
Octal1237231400143216614262
Binary101011111010111100000011000111011101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AFA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AFA03;
 }
 .AnyTagClassName
 {
   color: #0AFA03;
 }
</style>
background-color css

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

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

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

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

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

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