Html Css Color HEX #0EF100 Lime

📋 copy color: '#0EF100'

red 14 ◦ green 241 ◦ blue 0

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

Shades of Lime #0EF100

Tints of Lime #0EF100

RGB

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

 GREEN value IS 241 (94.53% from 255) = 94.51%

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

R = 5.49%
G = 94.51%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#0EF100 (or 0x0EF100) is known color: Lime. HEX triplet: 0E, F1 and 00. RGB value is (14,241,0). Sum of RGB (Red+Green+Blue) = 14+241+0=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 241 (94.53% from 255 or 94.51% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 241 - color contains mainly: green. Hex color #0EF100 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF100 is #F10EFF. Grayscale: #929292. Windows color (decimal): -15798016 or 61710. OLE color: 61710.

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

Color convert

RGB 14 241 0 -
CMYK 0.94 0 1 0.05
HSL 116.51º 1% 0.47% -
HSV(B) 116.51º 1% 0.95% -
XYZ 31.64 63 10.49 -
YUV 145.65 45.79 34.1 -
System Red Green Blue C M Y K H S L
Decimal 14 241 0 0.94 0 1 0.05 116.51 1 0.47
Hex E F1 0 5E 0 64 5 75 64 2F
Octal 16 361 0 136 0 144 5 165 144 57
Binary 1110 11110001 0 1011110 0 1100100 101 1110101 1100100 101111

Color Harmonies of #0EF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF100

Black with #0EF100

Text Example


Text Example

White with #0EF100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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