Html Css Color HEX #0AF904 Lime

📋 copy color: '#0AF904'

red 10 ◦ green 249 ◦ blue 4

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

Shades of Lime #0AF904

Tints of Lime #0AF904

RGB

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

 GREEN value IS 249 (97.66% from 255) = 94.68%

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 3.8%
G = 94.68%
B = 1.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#0AF904 (or 0x0AF904) is known color: Lime. HEX triplet: 0A, F9 and 04. RGB value is (10,249,4). Sum of RGB (Red+Green+Blue) = 10+249+4=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 249 (97.66% from 255 or 94.68% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF904 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF904 is #F506FB. Grayscale: #969696. Windows color (decimal): -16058108 or 325898. OLE color: 325898.

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

Color convert

RGB 10 249 4 -
CMYK 0.96 0 0.98 0.02
HSL 118.53º 0.97% 0.5% -
HSV(B) 118.53º 0.98% 0.98% -
XYZ 34.02 67.82 11.41 -
YUV 149.61 45.82 28.42 -
System Red Green Blue C M Y K H S L
Decimal 10 249 4 0.96 0 0.98 0.02 118.53 0.97 0.5
Hex A F9 4 60 0 62 2 77 61 32
Octal 12 371 4 140 0 142 2 167 141 62
Binary 1010 11111001 100 1100000 0 1100010 10 1110111 1100001 110010

Color Harmonies of #0AF904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF904

Black with #0AF904

Text Example


Text Example

White with #0AF904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,249,4); }

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

background-color css

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

 a { background-color: rgb(10,249,4); }

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

border-color css

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

 span { border-color: rgb(10,249,4); }

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