Html Css Color HEX #0AF002 Lime

📋 copy color: '#0AF002'

red 10 ◦ green 240 ◦ blue 2

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

Shades of Lime #0AF002

Tints of Lime #0AF002

RGB

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

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

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

R = 3.97%
G = 95.24%
B = 0.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#0AF002 (or 0x0AF002) is known color: Lime. HEX triplet: 0A, F0 and 02. RGB value is (10,240,2). Sum of RGB (Red+Green+Blue) = 10+240+2=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 240 (94.14% from 255 or 95.24% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF002 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF002 is #F50FFD. Grayscale: #909090. Windows color (decimal): -16060414 or 192522. OLE color: 192522.

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

Color convert

RGB 10 240 2 -
CMYK 0.96 0 0.99 0.06
HSL 117.98º 0.98% 0.47% -
HSV(B) 117.98º 0.99% 0.94% -
XYZ 31.3 62.39 10.45 -
YUV 144.1 47.8 32.35 -
System Red Green Blue C M Y K H S L
Decimal 10 240 2 0.96 0 0.99 0.06 117.98 0.98 0.47
Hex A F0 2 60 0 63 6 76 62 2F
Octal 12 360 2 140 0 143 6 166 142 57
Binary 1010 11110000 10 1100000 0 1100011 110 1110110 1100010 101111

Color Harmonies of #0AF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF002

Black with #0AF002

Text Example


Text Example

White with #0AF002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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