Html Css Color HEX #04E02A Free Speech Green

📋 copy color: '#04E02A'

red 4 ◦ green 224 ◦ blue 42

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

Shades of Free Speech Green #04E02A

Tints of Free Speech Green #04E02A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 82.96%

 BLUE value IS 42 (16.8% from 255) = 15.56%

R = 1.48%
G = 82.96%
B = 15.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#04E02A (or 0x04E02A) is known color: Free Speech Green. HEX triplet: 04, E0 and 2A. RGB value is (4,224,42). Sum of RGB (Red+Green+Blue) = 4+224+42=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 224 (87.89% from 255 or 82.96% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 224 - color contains mainly: green. Hex color #04E02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04E02A is #FB1FD5. Grayscale: #898989. Windows color (decimal): -16457686 or 2809860. OLE color: 2809860.

HSL color Cylindrical-coordinate representation of color #04E02A: hue angle of 130.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E02A is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 4 224 42 -
CMYK 0.98 0 0.81 0.12
HSL 130.36º 0.96% 0.45% -
HSV(B) 130.36º 0.98% 0.88% -
XYZ 27.12 53.5 11.09 -
YUV 137.47 74.11 32.8 -
System Red Green Blue C M Y K H S L
Decimal 4 224 42 0.98 0 0.81 0.12 130.36 0.96 0.45
Hex 4 E0 2A 62 0 51 C 82 60 2D
Octal 4 340 52 142 0 121 14 202 140 55
Binary 100 11100000 101010 1100010 0 1010001 1100 10000010 1100000 101101

Color Harmonies of #04E02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E02A

Black with #04E02A

Text Example


Text Example

White with #04E02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,224,42); }

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

background-color css

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

 a { background-color: rgb(4,224,42); }

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

border-color css

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

 span { border-color: rgb(4,224,42); }

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