Html Css Color HEX #0EFF05 Lime

📋 copy color: '#0EFF05'

red 14 ◦ green 255 ◦ blue 5

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

Shades of Lime #0EFF05

Tints of Lime #0EFF05

RGB

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

 GREEN value IS 255 (100% from 255) = 93.07%

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 5.11%
G = 93.07%
B = 1.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#0EFF05 (or 0x0EFF05) is known color: Lime. HEX triplet: 0E, FF and 05. RGB value is (14,255,5). Sum of RGB (Red+Green+Blue) = 14+255+5=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 255 (100% from 255 or 93.07% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFF05 is #F100FA. Grayscale: #9B9B9B. Windows color (decimal): -15794427 or 392974. OLE color: 392974.

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

Color convert

RGB 14 255 5 -
CMYK 0.95 0 0.98 0
HSL 117.84º 1% 0.51% -
HSV(B) 117.84º 0.98% 1% -
XYZ 35.97 71.62 12.07 -
YUV 154.44 43.66 27.83 -
System Red Green Blue C M Y K H S L
Decimal 14 255 5 0.95 0 0.98 0 117.84 1 0.51
Hex E FF 5 5F 0 62 0 76 64 33
Octal 16 377 5 137 0 142 0 166 144 63
Binary 1110 11111111 101 1011111 0 1100010 0 1110110 1100100 110011

Color Harmonies of #0EFF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFF05

Black with #0EFF05

Text Example


Text Example

White with #0EFF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,255,5); }

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

background-color css

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

 a { background-color: rgb(14,255,5); }

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

border-color css

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

 span { border-color: rgb(14,255,5); }

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