Html Css Color HEX #0EFA00 Lime

📋 copy color: '#0EFA00'

red 14 ◦ green 250 ◦ blue 0

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

Shades of Lime #0EFA00

Tints of Lime #0EFA00

RGB

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

 GREEN value IS 250 (98.05% from 255) = 94.7%

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

R = 5.3%
G = 94.7%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#0EFA00 (or 0x0EFA00) is known color: Lime. HEX triplet: 0E, FA and 00. RGB value is (14,250,0). Sum of RGB (Red+Green+Blue) = 14+250+0=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 250 (98.05% from 255 or 94.70% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFA00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFA00 is #F105FF. Grayscale: #979797. Windows color (decimal): -15795712 or 64014. OLE color: 64014.

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

Color convert

RGB 14 250 0 -
CMYK 0.94 0 1 0.02
HSL 116.64º 1% 0.49% -
HSV(B) 116.64º 1% 0.98% -
XYZ 34.37 68.46 11.4 -
YUV 150.94 42.81 30.33 -
System Red Green Blue C M Y K H S L
Decimal 14 250 0 0.94 0 1 0.02 116.64 1 0.49
Hex E FA 0 5E 0 64 2 75 64 31
Octal 16 372 0 136 0 144 2 165 144 61
Binary 1110 11111010 0 1011110 0 1100100 10 1110101 1100100 110001

Color Harmonies of #0EFA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFA00

Black with #0EFA00

Text Example


Text Example

White with #0EFA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,250,0); }

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

background-color css

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

 a { background-color: rgb(14,250,0); }

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

border-color css

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

 span { border-color: rgb(14,250,0); }

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