Html Css Color HEX #0EFE04 Lime

📋 copy color: '#0EFE04'

red 14 ◦ green 254 ◦ blue 4

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

Shades of Lime #0EFE04

Tints of Lime #0EFE04

RGB

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

 GREEN value IS 254 (99.61% from 255) = 93.38%

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 5.15%
G = 93.38%
B = 1.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#0EFE04 (or 0x0EFE04) is known color: Lime. HEX triplet: 0E, FE and 04. RGB value is (14,254,4). Sum of RGB (Red+Green+Blue) = 14+254+4=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 254 (99.61% from 255 or 93.38% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFE04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFE04 is #F101FB. Grayscale: #9A9A9A. Windows color (decimal): -15794684 or 327182. OLE color: 327182.

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

Color convert

RGB 14 254 4 -
CMYK 0.94 0 0.98 0.00
HSL 117.6º 0.99% 0.51% -
HSV(B) 117.6º 0.98% 1% -
XYZ 35.64 70.99 11.94 -
YUV 153.74 43.49 28.33 -
System Red Green Blue C M Y K H S L
Decimal 14 254 4 0.94 0 0.98 0.00 117.6 0.99 0.51
Hex E FE 4 5E 0 62 0 76 63 33
Octal 16 376 4 136 0 142 0 166 143 63
Binary 1110 11111110 100 1011110 0 1100010 0 1110110 1100011 110011

Color Harmonies of #0EFE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFE04

Black with #0EFE04

Text Example


Text Example

White with #0EFE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,254,4); }

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

background-color css

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

 a { background-color: rgb(14,254,4); }

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

border-color css

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

 span { border-color: rgb(14,254,4); }

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