Html Css Color HEX #04FC07 Lime

📋 copy color: '#04FC07'

red 4 ◦ green 252 ◦ blue 7

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

Shades of Lime #04FC07

Tints of Lime #04FC07

RGB

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

 GREEN value IS 252 (98.83% from 255) = 95.82%

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

R = 1.52%
G = 95.82%
B = 2.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#04FC07 (or 0x04FC07) is known color: Lime. HEX triplet: 04, FC and 07. RGB value is (4,252,7). Sum of RGB (Red+Green+Blue) = 4+252+7=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 252 (98.83% from 255 or 95.82% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 252 - color contains mainly: green. Hex color #04FC07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FC07 is #FB03F8. Grayscale: #969696. Windows color (decimal): -16450553 or 523268. OLE color: 523268.

HSL color Cylindrical-coordinate representation of color #04FC07: hue angle of 120.73º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FC07 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 252 7 -
CMYK 0.98 0 0.97 0.01
HSL 120.73º 0.98% 0.5% -
HSV(B) 120.73º 0.98% 0.99% -
XYZ 34.9 69.66 11.81 -
YUV 149.92 47.34 23.92 -
System Red Green Blue C M Y K H S L
Decimal 4 252 7 0.98 0 0.97 0.01 120.73 0.98 0.5
Hex 4 FC 7 62 0 61 1 79 62 32
Octal 4 374 7 142 0 141 1 171 142 62
Binary 100 11111100 111 1100010 0 1100001 1 1111001 1100010 110010

Color Harmonies of #04FC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FC07

Black with #04FC07

Text Example


Text Example

White with #04FC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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