Html Css Color HEX #0AFC03 Lime

📋 copy color: '#0AFC03'

red 10 ◦ green 252 ◦ blue 3

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

Shades of Lime #0AFC03

Tints of Lime #0AFC03

RGB

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

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

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

R = 3.77%
G = 95.09%
B = 1.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#0AFC03 (or 0x0AFC03) is known color: Lime. HEX triplet: 0A, FC and 03. RGB value is (10,252,3). Sum of RGB (Red+Green+Blue) = 10+252+3=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 252 (98.83% from 255 or 95.09% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFC03 is #F503FC. Grayscale: #989898. Windows color (decimal): -16057341 or 261130. OLE color: 261130.

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

Color convert

RGB 10 252 3 -
CMYK 0.96 0 0.99 0.01
HSL 118.31º 0.98% 0.5% -
HSV(B) 118.31º 0.99% 0.99% -
XYZ 34.95 69.69 11.7 -
YUV 151.26 44.33 27.25 -
System Red Green Blue C M Y K H S L
Decimal 10 252 3 0.96 0 0.99 0.01 118.31 0.98 0.5
Hex A FC 3 60 0 63 1 76 62 32
Octal 12 374 3 140 0 143 1 166 142 62
Binary 1010 11111100 11 1100000 0 1100011 1 1110110 1100010 110010

Color Harmonies of #0AFC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFC03

Black with #0AFC03

Text Example


Text Example

White with #0AFC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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