Html Css Color HEX #04FA08 Lime

📋 copy color: '#04FA08'

red 4 ◦ green 250 ◦ blue 8

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

Shades of Lime #04FA08

Tints of Lime #04FA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.05%

R = 1.53%
G = 95.42%
B = 3.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#04FA08 (or 0x04FA08) is known color: Lime. HEX triplet: 04, FA and 08. RGB value is (4,250,8). Sum of RGB (Red+Green+Blue) = 4+250+8=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 250 (98.05% from 255 or 95.42% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FA08 is #FB05F7. Grayscale: #959595. Windows color (decimal): -16451064 or 588292. OLE color: 588292.

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

Color convert

RGB 4 250 8 -
CMYK 0.98 0 0.97 0.02
HSL 120.98º 0.97% 0.5% -
HSV(B) 120.98º 0.98% 0.98% -
XYZ 34.28 68.41 11.63 -
YUV 148.86 48.5 24.68 -
System Red Green Blue C M Y K H S L
Decimal 4 250 8 0.98 0 0.97 0.02 120.98 0.97 0.5
Hex 4 FA 8 62 0 61 2 79 61 32
Octal 4 372 10 142 0 141 2 171 141 62
Binary 100 11111010 1000 1100010 0 1100001 10 1111001 1100001 110010

Color Harmonies of #04FA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FA08

Black with #04FA08

Text Example


Text Example

White with #04FA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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