#0CFE04

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

Shades of Lime #0CFE04

Tints of Lime #0CFE04

Color information

#0CFE04 (or 0x0CFE04) is unknown color: approx Lime. HEX triplet: 0C, FE and 04. RGB value is (12,254,4). Sum of RGB (Red+Green+Blue) = 12+254+4=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 254 (99.61% from 255 or 94.07% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFE04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFE04 is #F301FB. Grayscale: #999999. Windows color (decimal): -15925756 or 327180. OLE color: 327180.

HSL color Cylindrical-coordinate representation of color #0CFE04: hue angle of 118.08º 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 #0CFE04 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB122544-
CMYK0.9500.980.00
HSL118.08º99.21%50.59%-
HSV(B)118.08º98.43%99.61%-
XYZ35.6270.9711.94-
YUV153.1443.8327.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.44%
GREEN value IS 254 (99.61% from 255) = 94.07%
BLUE value IS 4 (1.95% from 255) = 1.48%
R=4.44%
G=94.07%
B=1.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1225440.9500.980.00118.0899.2150.59
HexCFE45F0620766333
Octal1437641370142016614363
Binary110011111110100101111101100010011101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CFE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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