Html Css Color HEX #04FA05 Lime

📋 copy color: '#04FA05'

red 4 ◦ green 250 ◦ blue 5

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

Shades of Lime #04FA05

Tints of Lime #04FA05

RGB

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

 GREEN value IS 250 (98.05% from 255) = 96.53%

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

R = 1.54%
G = 96.53%
B = 1.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#04FA05 (or 0x04FA05) is known color: Lime. HEX triplet: 04, FA and 05. RGB value is (4,250,5). Sum of RGB (Red+Green+Blue) = 4+250+5=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 250 (98.05% from 255 or 96.53% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FA05 is #FB05FA. Grayscale: #959595. Windows color (decimal): -16451067 or 391684. OLE color: 391684.

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

Color convert

RGB 4 250 5 -
CMYK 0.98 0 0.98 0.02
HSL 120.24º 0.97% 0.5% -
HSV(B) 120.24º 0.98% 0.98% -
XYZ 34.26 68.41 11.54 -
YUV 148.52 47 24.92 -
System Red Green Blue C M Y K H S L
Decimal 4 250 5 0.98 0 0.98 0.02 120.24 0.97 0.5
Hex 4 FA 5 62 0 62 2 78 61 32
Octal 4 372 5 142 0 142 2 170 141 62
Binary 100 11111010 101 1100010 0 1100010 10 1111000 1100001 110010

Color Harmonies of #04FA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FA05

Black with #04FA05

Text Example


Text Example

White with #04FA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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