Html Css Color HEX #0EFE02 Lime

📋 copy color: '#0EFE02'

red 14 ◦ green 254 ◦ blue 2

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

Shades of Lime #0EFE02

Tints of Lime #0EFE02

RGB

 RED value IS 14 (5.86% from 255) = 5.19%

 GREEN value IS 254 (99.61% from 255) = 94.07%

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

R = 5.19%
G = 94.07%
B = 0.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#0EFE02 (or 0x0EFE02) is known color: Lime. HEX triplet: 0E, FE and 02. RGB value is (14,254,2). Sum of RGB (Red+Green+Blue) = 14+254+2=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 254 (99.61% from 255 or 94.07% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFE02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFE02 is #F101FD. Grayscale: #9A9A9A. Windows color (decimal): -15794686 or 196110. OLE color: 196110.

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

Color convert

RGB 14 254 2 -
CMYK 0.94 0 0.99 0.00
HSL 117.14º 0.99% 0.5% -
HSV(B) 117.14º 0.99% 1% -
XYZ 35.63 70.98 11.88 -
YUV 153.51 42.49 28.49 -
System Red Green Blue C M Y K H S L
Decimal 14 254 2 0.94 0 0.99 0.00 117.14 0.99 0.5
Hex E FE 2 5E 0 63 0 75 63 32
Octal 16 376 2 136 0 143 0 165 143 62
Binary 1110 11111110 10 1011110 0 1100011 0 1110101 1100011 110010

Color Harmonies of #0EFE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFE02

Black with #0EFE02

Text Example


Text Example

White with #0EFE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,254,2); }

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

background-color css

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

 a { background-color: rgb(14,254,2); }

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

border-color css

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

 span { border-color: rgb(14,254,2); }

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