Html Css Color HEX #04EF10 Free Speech Green

📋 copy color: '#04EF10'

red 4 ◦ green 239 ◦ blue 16

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

Shades of Free Speech Green #04EF10

Tints of Free Speech Green #04EF10

RGB

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

 GREEN value IS 239 (93.75% from 255) = 92.28%

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 1.54%
G = 92.28%
B = 6.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#04EF10 (or 0x04EF10) is known color: Free Speech Green. HEX triplet: 04, EF and 10. RGB value is (4,239,16). Sum of RGB (Red+Green+Blue) = 4+239+16=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 239 (93.75% from 255 or 92.28% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 239 - color contains mainly: green. Hex color #04EF10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04EF10 is #FB10EF. Grayscale: #8F8F8F. Windows color (decimal): -16453872 or 1109764. OLE color: 1109764.

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

Color convert

RGB 4 239 16 -
CMYK 0.98 0 0.93 0.06
HSL 123.06º 0.97% 0.48% -
HSV(B) 123.06º 0.98% 0.94% -
XYZ 31.01 61.8 10.78 -
YUV 143.31 56.14 28.63 -
System Red Green Blue C M Y K H S L
Decimal 4 239 16 0.98 0 0.93 0.06 123.06 0.97 0.48
Hex 4 EF 10 62 0 5D 6 7B 61 30
Octal 4 357 20 142 0 135 6 173 141 60
Binary 100 11101111 10000 1100010 0 1011101 110 1111011 1100001 110000

Color Harmonies of #04EF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EF10

Black with #04EF10

Text Example


Text Example

White with #04EF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,239,16); }

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

background-color css

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

 a { background-color: rgb(4,239,16); }

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

border-color css

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

 span { border-color: rgb(4,239,16); }

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