#0EFE02

Color #0EFE02 Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime #0EFE02

Tints of Lime #0EFE02

Color information

#0EFE02 (or 0x0EFE02) is unknown color: approx Lime. HEX triplet: 0E, FE and 02. RGB value is (14,254,2). Sum of RGB (Red+Green+Blue) = 14+254+2=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 254 (99.61% from 255 or 94.07% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFE02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFE02 is #F101FD. Grayscale: #9A9A9A. Windows color (decimal): -15794686 or 196110. OLE color: 196110.

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

Color convert

RGB142542-
CMYK0.9400.990.00
HSL117.14º99.21%50.2%-
HSV(B)117.14º99.21%99.61%-
XYZ35.6370.9811.88-
YUV153.5142.4928.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.19%
GREEN value IS 254 (99.61% from 255) = 94.07%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=5.19%
G=94.07%
B=0.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1425420.9400.990.00117.1499.2150.2
HexEFE25E0630756332
Octal1637621360143016514362
Binary11101111111010101111001100011011101011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EFE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EFE02;
 }
 .AnyTagClassName
 {
   color: #0EFE02;
 }
</style>
background-color css

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

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

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

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

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

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