Html Css Color HEX #04FE04 Lime

📋 copy color: '#04FE04'

red 4 ◦ green 254 ◦ blue 4

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

Shades of Lime #04FE04

Tints of Lime #04FE04

RGB

 RED value IS 4 (1.95% from 255) = 1.53%

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

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

R = 1.53%
G = 96.95%
B = 1.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#04FE04 (or 0x04FE04) is known color: Lime. HEX triplet: 04, FE and 04. RGB value is (4,254,4). Sum of RGB (Red+Green+Blue) = 4+254+4=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 254 (99.61% from 255 or 96.95% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 254 - color contains mainly: green. Hex color #04FE04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FE04 is #FB01FB. Grayscale: #979797. Windows color (decimal): -16450044 or 327172. OLE color: 327172.

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

Color convert

RGB 4 254 4 -
CMYK 0.98 0 0.98 0.00
HSL 120º 0.99% 0.51% -
HSV(B) 120º 0.98% 1% -
XYZ 35.51 70.92 11.93 -
YUV 150.75 45.18 23.33 -
System Red Green Blue C M Y K H S L
Decimal 4 254 4 0.98 0 0.98 0.00 120 0.99 0.51
Hex 4 FE 4 62 0 62 0 78 63 33
Octal 4 376 4 142 0 142 0 170 143 63
Binary 100 11111110 100 1100010 0 1100010 0 1111000 1100011 110011

Color Harmonies of #04FE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FE04

Black with #04FE04

Text Example


Text Example

White with #04FE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04FE04; }

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

 H1.HeaderClassName
 {
   color: #04FE04;
 }
 .AnyTagClassName
 {
   color: #04FE04;
 }
</style>

background-color css

<style>
 a { background-color: #04FE04; }

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

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

border-color css

<style>
 span { border-color: #04FE04; }

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

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