Html Css Color HEX #04FC02 Lime

📋 copy color: '#04FC02'

red 4 ◦ green 252 ◦ blue 2

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

Shades of Lime #04FC02

Tints of Lime #04FC02

RGB

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

 GREEN value IS 252 (98.83% from 255) = 97.67%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 1.55%
G = 97.67%
B = 0.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#04FC02 (or 0x04FC02) is known color: Lime. HEX triplet: 04, FC and 02. RGB value is (4,252,2). Sum of RGB (Red+Green+Blue) = 4+252+2=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 252 (98.83% from 255 or 97.67% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 252 - color contains mainly: green. Hex color #04FC02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FC02 is #FB03FD. Grayscale: #969696. Windows color (decimal): -16450558 or 195588. OLE color: 195588.

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

Color convert

RGB 4 252 2 -
CMYK 0.98 0 0.99 0.01
HSL 119.52º 0.98% 0.5% -
HSV(B) 119.52º 0.99% 0.99% -
XYZ 34.87 69.65 11.66 -
YUV 149.35 44.84 24.33 -
System Red Green Blue C M Y K H S L
Decimal 4 252 2 0.98 0 0.99 0.01 119.52 0.98 0.5
Hex 4 FC 2 62 0 63 1 78 62 32
Octal 4 374 2 142 0 143 1 170 142 62
Binary 100 11111100 10 1100010 0 1100011 1 1111000 1100010 110010

Color Harmonies of #04FC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FC02

Black with #04FC02

Text Example


Text Example

White with #04FC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,252,2); }

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

background-color css

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

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

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

border-color css

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

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

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