Html Css Color HEX #04FE05 Lime

📋 copy color: '#04FE05'

red 4 ◦ green 254 ◦ blue 5

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

Shades of Lime #04FE05

Tints of Lime #04FE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.9%

R = 1.52%
G = 96.58%
B = 1.9%

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

#04FE05 (or 0x04FE05) is known color: Lime. HEX triplet: 04, FE and 05. RGB value is (4,254,5). Sum of RGB (Red+Green+Blue) = 4+254+5=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 254 (99.61% from 255 or 96.58% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 254 - color contains mainly: green. Hex color #04FE05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FE05 is #FB01FA. Grayscale: #979797. Windows color (decimal): -16450043 or 392708. OLE color: 392708.

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

Color convert

RGB 4 254 5 -
CMYK 0.98 0 0.98 0.00
HSL 120.24º 0.99% 0.51% -
HSV(B) 120.24º 0.98% 1% -
XYZ 35.52 70.92 11.96 -
YUV 150.86 45.68 23.25 -
System Red Green Blue C M Y K H S L
Decimal 4 254 5 0.98 0 0.98 0.00 120.24 0.99 0.51
Hex 4 FE 5 62 0 62 0 78 63 33
Octal 4 376 5 142 0 142 0 170 143 63
Binary 100 11111110 101 1100010 0 1100010 0 1111000 1100011 110011

Color Harmonies of #04FE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FE05

Black with #04FE05

Text Example


Text Example

White with #04FE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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