Html Css Color HEX #04F211 Free Speech Green

📋 copy color: '#04F211'

red 4 ◦ green 242 ◦ blue 17

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

Shades of Free Speech Green #04F211

Tints of Free Speech Green #04F211

RGB

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

 GREEN value IS 242 (94.92% from 255) = 92.02%

 BLUE value IS 17 (7.03% from 255) = 6.46%

R = 1.52%
G = 92.02%
B = 6.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#04F211 (or 0x04F211) is known color: Free Speech Green. HEX triplet: 04, F2 and 11. RGB value is (4,242,17). Sum of RGB (Red+Green+Blue) = 4+242+17=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 242 (94.92% from 255 or 92.02% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 242 - color contains mainly: green. Hex color #04F211 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04F211 is #FB0DEE. Grayscale: #919191. Windows color (decimal): -16453103 or 1176068. OLE color: 1176068.

HSL color Cylindrical-coordinate representation of color #04F211: hue angle of 123.28º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F211 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 242 17 -
CMYK 0.98 0 0.93 0.05
HSL 123.28º 0.97% 0.48% -
HSV(B) 123.28º 0.98% 0.95% -
XYZ 31.9 63.57 11.12 -
YUV 145.19 55.65 27.3 -
System Red Green Blue C M Y K H S L
Decimal 4 242 17 0.98 0 0.93 0.05 123.28 0.97 0.48
Hex 4 F2 11 62 0 5D 5 7B 61 30
Octal 4 362 21 142 0 135 5 173 141 60
Binary 100 11110010 10001 1100010 0 1011101 101 1111011 1100001 110000

Color Harmonies of #04F211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F211

Black with #04F211

Text Example


Text Example

White with #04F211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,242,17); }

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

background-color css

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

 a { background-color: rgb(4,242,17); }

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

border-color css

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

 span { border-color: rgb(4,242,17); }

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