Html Css Color HEX #02EB00 Lime

📋 copy color: '#02EB00'

red 2 ◦ green 235 ◦ blue 0

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

Shades of Lime #02EB00

Tints of Lime #02EB00

RGB

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

 GREEN value IS 235 (92.19% from 255) = 99.16%

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

R = 0.84%
G = 99.16%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#02EB00 (or 0x02EB00) is known color: Lime. HEX triplet: 02, EB and 00. RGB value is (2,235,0). Sum of RGB (Red+Green+Blue) = 2+235+0=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 235 (92.19% from 255 or 99.16% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 235 - color contains mainly: green. Hex color #02EB00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02EB00 is #FD14FF. Grayscale: #8B8B8B. Windows color (decimal): -16585984 or 60162. OLE color: 60162.

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

Color convert

RGB 2 235 0 -
CMYK 0.99 0 1 0.08
HSL 119.49º 1% 0.46% -
HSV(B) 119.49º 1% 0.92% -
XYZ 29.73 59.43 9.9 -
YUV 138.54 49.81 30.61 -
System Red Green Blue C M Y K H S L
Decimal 2 235 0 0.99 0 1 0.08 119.49 1 0.46
Hex 2 EB 0 63 0 64 8 77 64 2E
Octal 2 353 0 143 0 144 10 167 144 56
Binary 10 11101011 0 1100011 0 1100100 1000 1110111 1100100 101110

Color Harmonies of #02EB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EB00

Black with #02EB00

Text Example


Text Example

White with #02EB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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