Html Css Color HEX #02FC00 Lime

📋 copy color: '#02FC00'

red 2 ◦ green 252 ◦ blue 0

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

Shades of Lime #02FC00

Tints of Lime #02FC00

RGB

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

 GREEN value IS 252 (98.83% from 255) = 99.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 0.79%
G = 99.21%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#02FC00 (or 0x02FC00) is known color: Lime. HEX triplet: 02, FC and 00. RGB value is (2,252,0). Sum of RGB (Red+Green+Blue) = 2+252+0=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 252 (98.83% from 255 or 99.21% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 252 - color contains mainly: green. Hex color #02FC00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FC00 is #FD03FF. Grayscale: #959595. Windows color (decimal): -16581632 or 64514. OLE color: 64514.

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

Color convert

RGB 2 252 0 -
CMYK 0.99 0 1 0.01
HSL 119.52º 1% 0.49% -
HSV(B) 119.52º 1% 0.99% -
XYZ 34.84 69.63 11.6 -
YUV 148.52 44.18 23.49 -
System Red Green Blue C M Y K H S L
Decimal 2 252 0 0.99 0 1 0.01 119.52 1 0.49
Hex 2 FC 0 63 0 64 1 78 64 31
Octal 2 374 0 143 0 144 1 170 144 61
Binary 10 11111100 0 1100011 0 1100100 1 1111000 1100100 110001

Color Harmonies of #02FC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FC00

Black with #02FC00

Text Example


Text Example

White with #02FC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,252,0); }

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

background-color css

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

 a { background-color: rgb(2,252,0); }

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

border-color css

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

 span { border-color: rgb(2,252,0); }

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