Html Css Color HEX #04E914 Free Speech Green

📋 copy color: '#04E914'

red 4 ◦ green 233 ◦ blue 20

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

Shades of Free Speech Green #04E914

Tints of Free Speech Green #04E914

RGB

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

 GREEN value IS 233 (91.41% from 255) = 90.66%

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 1.56%
G = 90.66%
B = 7.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#04E914 (or 0x04E914) is known color: Free Speech Green. HEX triplet: 04, E9 and 14. RGB value is (4,233,20). Sum of RGB (Red+Green+Blue) = 4+233+20=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 233 (91.41% from 255 or 90.66% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 233 - color contains mainly: green. Hex color #04E914 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04E914 is #FB16EB. Grayscale: #8C8C8C. Windows color (decimal): -16455404 or 1370372. OLE color: 1370372.

HSL color Cylindrical-coordinate representation of color #04E914: hue angle of 124.19º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E914 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 4 233 20 -
CMYK 0.98 0 0.91 0.09
HSL 124.19º 0.97% 0.46% -
HSV(B) 124.19º 0.98% 0.91% -
XYZ 29.32 58.35 10.38 -
YUV 140.25 60.13 30.82 -
System Red Green Blue C M Y K H S L
Decimal 4 233 20 0.98 0 0.91 0.09 124.19 0.97 0.46
Hex 4 E9 14 62 0 5B 9 7C 61 2E
Octal 4 351 24 142 0 133 11 174 141 56
Binary 100 11101001 10100 1100010 0 1011011 1001 1111100 1100001 101110

Color Harmonies of #04E914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E914

Black with #04E914

Text Example


Text Example

White with #04E914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,233,20); }

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

background-color css

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

 a { background-color: rgb(4,233,20); }

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

border-color css

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

 span { border-color: rgb(4,233,20); }

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