Html Css Color HEX #0EF400 Lime

📋 copy color: '#0EF400'

red 14 ◦ green 244 ◦ blue 0

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

Shades of Lime #0EF400

Tints of Lime #0EF400

RGB

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

 GREEN value IS 244 (95.7% from 255) = 94.57%

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

R = 5.43%
G = 94.57%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#0EF400 (or 0x0EF400) is known color: Lime. HEX triplet: 0E, F4 and 00. RGB value is (14,244,0). Sum of RGB (Red+Green+Blue) = 14+244+0=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 244 (95.70% from 255 or 94.57% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 244 - color contains mainly: green. Hex color #0EF400 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF400 is #F10BFF. Grayscale: #949494. Windows color (decimal): -15797248 or 62478. OLE color: 62478.

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

Color convert

RGB 14 244 0 -
CMYK 0.94 0 1 0.04
HSL 116.56º 1% 0.48% -
HSV(B) 116.56º 1% 0.96% -
XYZ 32.53 64.79 10.79 -
YUV 147.41 44.8 32.84 -
System Red Green Blue C M Y K H S L
Decimal 14 244 0 0.94 0 1 0.04 116.56 1 0.48
Hex E F4 0 5E 0 64 4 75 64 30
Octal 16 364 0 136 0 144 4 165 144 60
Binary 1110 11110100 0 1011110 0 1100100 100 1110101 1100100 110000

Color Harmonies of #0EF400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF400

Black with #0EF400

Text Example


Text Example

White with #0EF400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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