Html Css Color HEX #04FE07 Lime

📋 copy color: '#04FE07'

red 4 ◦ green 254 ◦ blue 7

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

Shades of Lime #04FE07

Tints of Lime #04FE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.64%

R = 1.51%
G = 95.85%
B = 2.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#04FE07 (or 0x04FE07) is known color: Lime. HEX triplet: 04, FE and 07. RGB value is (4,254,7). Sum of RGB (Red+Green+Blue) = 4+254+7=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 254 (99.61% from 255 or 95.85% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 254 - color contains mainly: green. Hex color #04FE07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FE07 is #FB01F8. Grayscale: #979797. Windows color (decimal): -16450041 or 523780. OLE color: 523780.

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

Color convert

RGB 4 254 7 -
CMYK 0.98 0 0.97 0.00
HSL 120.72º 0.99% 0.51% -
HSV(B) 120.72º 0.98% 1% -
XYZ 35.53 70.92 12.02 -
YUV 151.09 46.68 23.08 -
System Red Green Blue C M Y K H S L
Decimal 4 254 7 0.98 0 0.97 0.00 120.72 0.99 0.51
Hex 4 FE 7 62 0 61 0 79 63 33
Octal 4 376 7 142 0 141 0 171 143 63
Binary 100 11111110 111 1100010 0 1100001 0 1111001 1100011 110011

Color Harmonies of #04FE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FE07

Black with #04FE07

Text Example


Text Example

White with #04FE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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