#0AFF00

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

Shades of Lime #0AFF00

Tints of Lime #0AFF00

Color information

#0AFF00 (or 0x0AFF00) is unknown color: approx Lime. HEX triplet: 0A, FF and 00. RGB value is (10,255,0). Sum of RGB (Red+Green+Blue) = 10+255+0=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 255 (100% from 255 or 96.23% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFF00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFF00 is #F500FF. Grayscale: #999999. Windows color (decimal): -16056576 or 65290. OLE color: 65290.

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

Color convert

RGB102550-
CMYK0.96010
HSL117.65º100%50%-
HSV(B)117.65º100%100%-
XYZ35.8971.5811.93-
YUV152.6841.8326.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.77%
GREEN value IS 255 (100% from 255) = 96.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.77%
G=96.23%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1025500.96010117.6510050
HexAFF0600640766432
Octal1237701400144016614462
Binary1010111111110110000001100100011101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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