Html Css Color HEX #0AFA00 Lime

📋 copy color: '#0AFA00'

red 10 ◦ green 250 ◦ blue 0

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

Shades of Lime #0AFA00

Tints of Lime #0AFA00

RGB

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

 GREEN value IS 250 (98.05% from 255) = 96.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 3.85%
G = 96.15%
B = 0%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#0AFA00 (or 0x0AFA00) is known color: Lime. HEX triplet: 0A, FA and 00. RGB value is (10,250,0). Sum of RGB (Red+Green+Blue) = 10+250+0=260 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.85% from 260); Green value is 250 (98.05% from 255 or 96.15% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFA00 is #F505FF. Grayscale: #969696. Windows color (decimal): -16057856 or 64010. OLE color: 64010.

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

Color convert

RGB 10 250 0 -
CMYK 0.96 0 1 0.02
HSL 117.6º 1% 0.49% -
HSV(B) 117.6º 1% 0.98% -
XYZ 34.31 68.44 11.4 -
YUV 149.74 43.49 28.33 -
System Red Green Blue C M Y K H S L
Decimal 10 250 0 0.96 0 1 0.02 117.6 1 0.49
Hex A FA 0 60 0 64 2 76 64 31
Octal 12 372 0 140 0 144 2 166 144 61
Binary 1010 11111010 0 1100000 0 1100100 10 1110110 1100100 110001

Color Harmonies of #0AFA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFA00

Black with #0AFA00

Text Example


Text Example

White with #0AFA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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