Html Css Color HEX #0AF000 Lime

📋 copy color: '#0AF000'

red 10 ◦ green 240 ◦ blue 0

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

Shades of Lime #0AF000

Tints of Lime #0AF000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 96%

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

R = 4%
G = 96%
B = 0%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#0AF000 (or 0x0AF000) is known color: Lime. HEX triplet: 0A, F0 and 00. RGB value is (10,240,0). Sum of RGB (Red+Green+Blue) = 10+240+0=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 240 (94.14% from 255 or 96% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF000 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF000 is #F50FFF. Grayscale: #909090. Windows color (decimal): -16060416 or 61450. OLE color: 61450.

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

Color convert

RGB 10 240 0 -
CMYK 0.96 0 1 0.06
HSL 117.5º 1% 0.47% -
HSV(B) 117.5º 1% 0.94% -
XYZ 31.29 62.38 10.39 -
YUV 143.87 46.8 32.51 -
System Red Green Blue C M Y K H S L
Decimal 10 240 0 0.96 0 1 0.06 117.5 1 0.47
Hex A F0 0 60 0 64 6 76 64 2F
Octal 12 360 0 140 0 144 6 166 144 57
Binary 1010 11110000 0 1100000 0 1100100 110 1110110 1100100 101111

Color Harmonies of #0AF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF000

Black with #0AF000

Text Example


Text Example

White with #0AF000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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