Html Css Color HEX #0AF803 Lime

📋 copy color: '#0AF803'

red 10 ◦ green 248 ◦ blue 3

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

Shades of Lime #0AF803

Tints of Lime #0AF803

RGB

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

 GREEN value IS 248 (97.27% from 255) = 95.02%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 3.83%
G = 95.02%
B = 1.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#0AF803 (or 0x0AF803) is known color: Lime. HEX triplet: 0A, F8 and 03. RGB value is (10,248,3). Sum of RGB (Red+Green+Blue) = 10+248+3=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 248 (97.27% from 255 or 95.02% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF803 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF803 is #F507FC. Grayscale: #959595. Windows color (decimal): -16058365 or 260106. OLE color: 260106.

HSL color Cylindrical-coordinate representation of color #0AF803: hue angle of 118.29º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0AF803 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 248 3 -
CMYK 0.96 0 0.99 0.03
HSL 118.29º 0.98% 0.49% -
HSV(B) 118.29º 0.99% 0.97% -
XYZ 33.71 67.21 11.28 -
YUV 148.91 45.65 28.92 -
System Red Green Blue C M Y K H S L
Decimal 10 248 3 0.96 0 0.99 0.03 118.29 0.98 0.49
Hex A F8 3 60 0 63 3 76 62 31
Octal 12 370 3 140 0 143 3 166 142 61
Binary 1010 11111000 11 1100000 0 1100011 11 1110110 1100010 110001

Color Harmonies of #0AF803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF803

Black with #0AF803

Text Example


Text Example

White with #0AF803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,248,3); }

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

background-color css

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

 a { background-color: rgb(10,248,3); }

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

border-color css

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

 span { border-color: rgb(10,248,3); }

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