Html Css Color HEX #04E70C Free Speech Green

📋 copy color: '#04E70C'

red 4 ◦ green 231 ◦ blue 12

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

Shades of Free Speech Green #04E70C

Tints of Free Speech Green #04E70C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 93.52%

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 1.62%
G = 93.52%
B = 4.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#04E70C (or 0x04E70C) is known color: Free Speech Green. HEX triplet: 04, E7 and 0C. RGB value is (4,231,12). Sum of RGB (Red+Green+Blue) = 4+231+12=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 231 (90.62% from 255 or 93.52% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 231 - color contains mainly: green. Hex color #04E70C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04E70C is #FB18F3. Grayscale: #8A8A8A. Windows color (decimal): -16455924 or 845572. OLE color: 845572.

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

Color convert

RGB 4 231 12 -
CMYK 0.98 0 0.95 0.09
HSL 122.11º 0.97% 0.46% -
HSV(B) 122.11º 0.98% 0.91% -
XYZ 28.69 57.2 9.88 -
YUV 138.16 56.79 32.31 -
System Red Green Blue C M Y K H S L
Decimal 4 231 12 0.98 0 0.95 0.09 122.11 0.97 0.46
Hex 4 E7 C 62 0 5F 9 7A 61 2E
Octal 4 347 14 142 0 137 11 172 141 56
Binary 100 11100111 1100 1100010 0 1011111 1001 1111010 1100001 101110

Color Harmonies of #04E70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E70C

Black with #04E70C

Text Example


Text Example

White with #04E70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,231,12); }

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

background-color css

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

 a { background-color: rgb(4,231,12); }

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

border-color css

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

 span { border-color: rgb(4,231,12); }

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