#0AFE00

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

Shades of Lime #0AFE00

Tints of Lime #0AFE00

Color information

#0AFE00 (or 0x0AFE00) is unknown color: approx Lime. HEX triplet: 0A, FE and 00. RGB value is (10,254,0). Sum of RGB (Red+Green+Blue) = 10+254+0=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 254 (99.61% from 255 or 96.21% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFE00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFE00 is #F501FF. Grayscale: #989898. Windows color (decimal): -16056832 or 65034. OLE color: 65034.

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

Color convert

RGB102540-
CMYK0.96010.00
HSL117.64º100%49.8%-
HSV(B)117.64º100%99.61%-
XYZ35.5770.9511.82-
YUV152.0942.1626.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.79%
GREEN value IS 254 (99.61% from 255) = 96.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.79%
G=96.21%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1025400.96010.00117.6410049.8
HexAFE0600640766432
Octal1237601400144016614462
Binary1010111111100110000001100100011101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AFE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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