Html Css Color HEX #0EF000 Lime

📋 copy color: '#0EF000'

red 14 ◦ green 240 ◦ blue 0

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

Shades of Lime #0EF000

Tints of Lime #0EF000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 94.49%

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

R = 5.51%
G = 94.49%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#0EF000 (or 0x0EF000) is known color: Lime. HEX triplet: 0E, F0 and 00. RGB value is (14,240,0). Sum of RGB (Red+Green+Blue) = 14+240+0=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 240 (94.14% from 255 or 94.49% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF000 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF000 is #F10FFF. Grayscale: #919191. Windows color (decimal): -15798272 or 61454. OLE color: 61454.

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

Color convert

RGB 14 240 0 -
CMYK 0.94 0 1 0.06
HSL 116.5º 1% 0.47% -
HSV(B) 116.5º 1% 0.94% -
XYZ 31.34 62.41 10.4 -
YUV 145.07 46.13 34.51 -
System Red Green Blue C M Y K H S L
Decimal 14 240 0 0.94 0 1 0.06 116.5 1 0.47
Hex E F0 0 5E 0 64 6 74 64 2F
Octal 16 360 0 136 0 144 6 164 144 57
Binary 1110 11110000 0 1011110 0 1100100 110 1110100 1100100 101111

Color Harmonies of #0EF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF000

Black with #0EF000

Text Example


Text Example

White with #0EF000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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