Html Css Color HEX #04E502 Free Speech Green

📋 copy color: '#04E502'

red 4 ◦ green 229 ◦ blue 2

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

Shades of Free Speech Green #04E502

Tints of Free Speech Green #04E502

RGB

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

 GREEN value IS 229 (89.84% from 255) = 97.45%

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

R = 1.7%
G = 97.45%
B = 0.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#04E502 (or 0x04E502) is known color: Free Speech Green. HEX triplet: 04, E5 and 02. RGB value is (4,229,2). Sum of RGB (Red+Green+Blue) = 4+229+2=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 229 (89.84% from 255 or 97.45% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 229 - color contains mainly: green. Hex color #04E502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04E502 is #FB1AFD. Grayscale: #888888. Windows color (decimal): -16456446 or 189700. OLE color: 189700.

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

Color convert

RGB 4 229 2 -
CMYK 0.98 0 0.99 0.10
HSL 119.47º 0.98% 0.45% -
HSV(B) 119.47º 0.99% 0.9% -
XYZ 28.08 56.07 9.4 -
YUV 135.85 52.46 33.96 -
System Red Green Blue C M Y K H S L
Decimal 4 229 2 0.98 0 0.99 0.10 119.47 0.98 0.45
Hex 4 E5 2 62 0 63 A 77 62 2D
Octal 4 345 2 142 0 143 12 167 142 55
Binary 100 11100101 10 1100010 0 1100011 1010 1110111 1100010 101101

Color Harmonies of #04E502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E502

Black with #04E502

Text Example


Text Example

White with #04E502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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