Html Css Color HEX #02FF0A Lime

📋 copy color: '#02FF0A'

red 2 ◦ green 255 ◦ blue 10

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

Shades of Lime #02FF0A

Tints of Lime #02FF0A

RGB

 RED value IS 2 (1.17% from 255) = 0.75%

 GREEN value IS 255 (100% from 255) = 95.51%

 BLUE value IS 10 (4.3% from 255) = 3.75%

R = 0.75%
G = 95.51%
B = 3.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#02FF0A (or 0x02FF0A) is known color: Lime. HEX triplet: 02, FF and 0A. RGB value is (2,255,10). Sum of RGB (Red+Green+Blue) = 2+255+10=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 255 (100% from 255 or 95.51% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FF0A is #FD00F5. Grayscale: #989898. Windows color (decimal): -16580854 or 720642. OLE color: 720642.

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

Color convert

RGB 2 255 10 -
CMYK 0.99 0 0.96 0
HSL 121.9º 1% 0.5% -
HSV(B) 121.9º 0.99% 1% -
XYZ 35.84 71.55 12.21 -
YUV 151.42 48.18 21.42 -
System Red Green Blue C M Y K H S L
Decimal 2 255 10 0.99 0 0.96 0 121.9 1 0.5
Hex 2 FF A 63 0 60 0 7A 64 32
Octal 2 377 12 143 0 140 0 172 144 62
Binary 10 11111111 1010 1100011 0 1100000 0 1111010 1100100 110010

Color Harmonies of #02FF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FF0A

Black with #02FF0A

Text Example


Text Example

White with #02FF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02FF0A; }

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

 H1.HeaderClassName
 {
   color: #02FF0A;
 }
 .AnyTagClassName
 {
   color: #02FF0A;
 }
</style>

background-color css

<style>
 a { background-color: #02FF0A; }

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

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

border-color css

<style>
 span { border-color: #02FF0A; }

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

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