Html Css Color HEX #04F421 Free Speech Green

📋 copy color: '#04F421'

red 4 ◦ green 244 ◦ blue 33

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

Shades of Free Speech Green #04F421

Tints of Free Speech Green #04F421

RGB

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

 GREEN value IS 244 (95.7% from 255) = 86.83%

 BLUE value IS 33 (13.28% from 255) = 11.74%

R = 1.42%
G = 86.83%
B = 11.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#04F421 (or 0x04F421) is known color: Free Speech Green. HEX triplet: 04, F4 and 21. RGB value is (4,244,33). Sum of RGB (Red+Green+Blue) = 4+244+33=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 244 (95.70% from 255 or 86.83% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 244 - color contains mainly: green. Hex color #04F421 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04F421 is #FB0BDE. Grayscale: #949494. Windows color (decimal): -16452575 or 2225156. OLE color: 2225156.

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

Color convert

RGB 4 244 33 -
CMYK 0.98 0 0.86 0.04
HSL 127.25º 0.97% 0.49% -
HSV(B) 127.25º 0.98% 0.96% -
XYZ 32.68 64.84 12.23 -
YUV 148.19 62.99 25.16 -
System Red Green Blue C M Y K H S L
Decimal 4 244 33 0.98 0 0.86 0.04 127.25 0.97 0.49
Hex 4 F4 21 62 0 56 4 7F 61 31
Octal 4 364 41 142 0 126 4 177 141 61
Binary 100 11110100 100001 1100010 0 1010110 100 1111111 1100001 110001

Color Harmonies of #04F421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F421

Black with #04F421

Text Example


Text Example

White with #04F421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,244,33); }

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

background-color css

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

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

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

border-color css

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

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

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