#0af201

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

Shades of Lime #0AF201

Tints of Lime #0AF201

Color information

#0AF201 (or 0x0AF201) is unknown color: approx Lime. HEX triplet: 0A, F2 and 01. RGB value is (10,242,1). Sum of RGB (Red+Green+Blue) = 10+242+1=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 242 (94.92% from 255 or 95.65% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF201 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF201 is #F50DFE. Grayscale: #919191. Windows color (decimal): -16059903 or 127498. OLE color: 127498.

HSL color Cylindrical-coordinate representation of color #0AF201: hue angle of 117.76º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0AF201 is Cyan = 0.96, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB102421-
CMYK0.9601.000.05
HSL117.76º99.18%47.65%-
HSV(B)117.76º99.59%94.9%-
XYZ31.8863.5710.62-
YUV145.1646.6431.6-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.95%
GREEN value IS 242 (94.92% from 255) = 95.65%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=3.95%
G=95.65%
B=0.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1024210.9601.000.05117.7699.1847.65
HexAF21600645766330
Octal1236211400144516614360
Binary101011110010111000000110010010111101101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0af201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,242,1); }

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

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

 a { background-color: rgb(10,242,1); }

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

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

 span { border-color: rgb(10,242,1); }

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