Html Css Color HEX #0AF200 Lime

📋 copy color: '#0AF200'

red 10 ◦ green 242 ◦ blue 0

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

Shades of Lime #0AF200

Tints of Lime #0AF200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 96.03%

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

R = 3.97%
G = 96.03%
B = 0%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#0AF200 (or 0x0AF200) is known color: Lime. HEX triplet: 0A, F2 and 00. RGB value is (10,242,0). Sum of RGB (Red+Green+Blue) = 10+242+0=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 242 (94.92% from 255 or 96.03% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF200 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF200 is #F50DFF. Grayscale: #919191. Windows color (decimal): -16059904 or 61962. OLE color: 61962.

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

Color convert

RGB 10 242 0 -
CMYK 0.96 0 1 0.05
HSL 117.52º 1% 0.47% -
HSV(B) 117.52º 1% 0.95% -
XYZ 31.88 63.57 10.59 -
YUV 145.04 46.14 31.68 -
System Red Green Blue C M Y K H S L
Decimal 10 242 0 0.96 0 1 0.05 117.52 1 0.47
Hex A F2 0 60 0 64 5 76 64 2F
Octal 12 362 0 140 0 144 5 166 144 57
Binary 1010 11110010 0 1100000 0 1100100 101 1110110 1100100 101111

Color Harmonies of #0AF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF200

Black with #0AF200

Text Example


Text Example

White with #0AF200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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