Html Css Color HEX #04FA04 Lime

📋 copy color: '#04FA04'

red 4 ◦ green 250 ◦ blue 4

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

Shades of Lime #04FA04

Tints of Lime #04FA04

RGB

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

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

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

R = 1.55%
G = 96.9%
B = 1.55%

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

#04FA04 (or 0x04FA04) is known color: Lime. HEX triplet: 04, FA and 04. RGB value is (4,250,4). Sum of RGB (Red+Green+Blue) = 4+250+4=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 250 (98.05% from 255 or 96.90% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FA04 is #FB05FB. Grayscale: #959595. Windows color (decimal): -16451068 or 326148. OLE color: 326148.

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

Color convert

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

Color Harmonies of #04FA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FA04

Black with #04FA04

Text Example


Text Example

White with #04FA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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