Html Css Color HEX #04E422 Free Speech Green

📋 copy color: '#04E422'

red 4 ◦ green 228 ◦ blue 34

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

Shades of Free Speech Green #04E422

Tints of Free Speech Green #04E422

RGB

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

 GREEN value IS 228 (89.45% from 255) = 85.71%

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 1.5%
G = 85.71%
B = 12.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#04E422 (or 0x04E422) is known color: Free Speech Green. HEX triplet: 04, E4 and 22. RGB value is (4,228,34). Sum of RGB (Red+Green+Blue) = 4+228+34=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 228 (89.45% from 255 or 85.71% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 228 - color contains mainly: green. Hex color #04E422 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04E422 is #FB1BDD. Grayscale: #8B8B8B. Windows color (decimal): -16456670 or 2286596. OLE color: 2286596.

HSL color Cylindrical-coordinate representation of color #04E422: hue angle of 128.04º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E422 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 4 228 34 -
CMYK 0.98 0 0.85 0.11
HSL 128.04º 0.97% 0.45% -
HSV(B) 128.04º 0.98% 0.89% -
XYZ 28.08 55.63 10.77 -
YUV 138.91 68.79 31.77 -
System Red Green Blue C M Y K H S L
Decimal 4 228 34 0.98 0 0.85 0.11 128.04 0.97 0.45
Hex 4 E4 22 62 0 55 B 80 61 2D
Octal 4 344 42 142 0 125 13 200 141 55
Binary 100 11100100 100010 1100010 0 1010101 1011 10000000 1100001 101101

Color Harmonies of #04E422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E422

Black with #04E422

Text Example


Text Example

White with #04E422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,228,34); }

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

background-color css

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

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

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

border-color css

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

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

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