Html Css Color HEX #04FE03 Lime

📋 copy color: '#04FE03'

red 4 ◦ green 254 ◦ blue 3

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

Shades of Lime #04FE03

Tints of Lime #04FE03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 1.53%
G = 97.32%
B = 1.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#04FE03 (or 0x04FE03) is known color: Lime. HEX triplet: 04, FE and 03. RGB value is (4,254,3). Sum of RGB (Red+Green+Blue) = 4+254+3=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 254 (99.61% from 255 or 97.32% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 254 - color contains mainly: green. Hex color #04FE03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FE03 is #FB01FC. Grayscale: #979797. Windows color (decimal): -16450045 or 261636. OLE color: 261636.

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

Color convert

RGB 4 254 3 -
CMYK 0.98 0 0.99 0.00
HSL 119.76º 0.99% 0.5% -
HSV(B) 119.76º 0.99% 1% -
XYZ 35.51 70.92 11.9 -
YUV 150.64 44.68 23.41 -
System Red Green Blue C M Y K H S L
Decimal 4 254 3 0.98 0 0.99 0.00 119.76 0.99 0.5
Hex 4 FE 3 62 0 63 0 78 63 32
Octal 4 376 3 142 0 143 0 170 143 62
Binary 100 11111110 11 1100010 0 1100011 0 1111000 1100011 110010

Color Harmonies of #04FE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FE03

Black with #04FE03

Text Example


Text Example

White with #04FE03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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