Html Css Color HEX #0AF902 Lime

📋 copy color: '#0AF902'

red 10 ◦ green 249 ◦ blue 2

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

Shades of Lime #0AF902

Tints of Lime #0AF902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 3.83%
G = 95.4%
B = 0.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#0AF902 (or 0x0AF902) is known color: Lime. HEX triplet: 0A, F9 and 02. RGB value is (10,249,2). Sum of RGB (Red+Green+Blue) = 10+249+2=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 249 (97.66% from 255 or 95.40% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF902 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF902 is #F506FD. Grayscale: #969696. Windows color (decimal): -16058110 or 194826. OLE color: 194826.

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

Color convert

RGB 10 249 2 -
CMYK 0.96 0 0.99 0.02
HSL 118.06º 0.98% 0.49% -
HSV(B) 118.06º 0.99% 0.98% -
XYZ 34.01 67.82 11.36 -
YUV 149.38 44.82 28.58 -
System Red Green Blue C M Y K H S L
Decimal 10 249 2 0.96 0 0.99 0.02 118.06 0.98 0.49
Hex A F9 2 60 0 63 2 76 62 31
Octal 12 371 2 140 0 143 2 166 142 61
Binary 1010 11111001 10 1100000 0 1100011 10 1110110 1100010 110001

Color Harmonies of #0AF902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF902

Black with #0AF902

Text Example


Text Example

White with #0AF902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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