Html Css Color HEX #04F20F Free Speech Green

📋 copy color: '#04F20F'

red 4 ◦ green 242 ◦ blue 15

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

Shades of Free Speech Green #04F20F

Tints of Free Speech Green #04F20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.75%

R = 1.53%
G = 92.72%
B = 5.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#04F20F (or 0x04F20F) is known color: Free Speech Green. HEX triplet: 04, F2 and 0F. RGB value is (4,242,15). Sum of RGB (Red+Green+Blue) = 4+242+15=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 242 (94.92% from 255 or 92.72% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 242 - color contains mainly: green. Hex color #04F20F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04F20F is #FB0DF0. Grayscale: #919191. Windows color (decimal): -16453105 or 1044996. OLE color: 1044996.

HSL color Cylindrical-coordinate representation of color #04F20F: hue angle of 122.77º 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 #04F20F is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 242 15 -
CMYK 0.98 0 0.94 0.05
HSL 122.77º 0.97% 0.48% -
HSV(B) 122.77º 0.98% 0.95% -
XYZ 31.89 63.56 11.04 -
YUV 144.96 54.65 27.46 -
System Red Green Blue C M Y K H S L
Decimal 4 242 15 0.98 0 0.94 0.05 122.77 0.97 0.48
Hex 4 F2 F 62 0 5E 5 7B 61 30
Octal 4 362 17 142 0 136 5 173 141 60
Binary 100 11110010 1111 1100010 0 1011110 101 1111011 1100001 110000

Color Harmonies of #04F20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F20F

Black with #04F20F

Text Example


Text Example

White with #04F20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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