Html Css Color HEX #04FA2F Free Speech Green

📋 copy color: '#04FA2F'

red 4 ◦ green 250 ◦ blue 47

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

Shades of Free Speech Green #04FA2F

Tints of Free Speech Green #04FA2F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 83.06%

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 1.33%
G = 83.06%
B = 15.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#04FA2F (or 0x04FA2F) is known color: Free Speech Green. HEX triplet: 04, FA and 2F. RGB value is (4,250,47). Sum of RGB (Red+Green+Blue) = 4+250+47=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 250 (98.05% from 255 or 83.06% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04FA2F is #FB05D0. Grayscale: #999999. Windows color (decimal): -16451025 or 3144196. OLE color: 3144196.

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

Color convert

RGB 4 250 47 -
CMYK 0.98 0 0.81 0.02
HSL 130.49º 0.97% 0.5% -
HSV(B) 130.49º 0.98% 0.98% -
XYZ 34.75 68.6 14.1 -
YUV 153.3 68 21.51 -
System Red Green Blue C M Y K H S L
Decimal 4 250 47 0.98 0 0.81 0.02 130.49 0.97 0.5
Hex 4 FA 2F 62 0 51 2 82 61 32
Octal 4 372 57 142 0 121 2 202 141 62
Binary 100 11111010 101111 1100010 0 1010001 10 10000010 1100001 110010

Color Harmonies of #04FA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FA2F

Black with #04FA2F

Text Example


Text Example

White with #04FA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,250,47); }

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

background-color css

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

 a { background-color: rgb(4,250,47); }

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

border-color css

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

 span { border-color: rgb(4,250,47); }

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