Html Css Color HEX #04E10C Free Speech Green

📋 copy color: '#04E10C'

red 4 ◦ green 225 ◦ blue 12

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

Shades of Free Speech Green #04E10C

Tints of Free Speech Green #04E10C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 93.36%

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

R = 1.66%
G = 93.36%
B = 4.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#04E10C (or 0x04E10C) is known color: Free Speech Green. HEX triplet: 04, E1 and 0C. RGB value is (4,225,12). Sum of RGB (Red+Green+Blue) = 4+225+12=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 225 (88.28% from 255 or 93.36% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 225 - color contains mainly: green. Hex color #04E10C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04E10C is #FB1EF3. Grayscale: #878787. Windows color (decimal): -16457460 or 844036. OLE color: 844036.

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

Color convert

RGB 4 225 12 -
CMYK 0.98 0 0.95 0.12
HSL 122.17º 0.97% 0.45% -
HSV(B) 122.17º 0.98% 0.88% -
XYZ 27.04 53.9 9.33 -
YUV 134.64 58.78 34.82 -
System Red Green Blue C M Y K H S L
Decimal 4 225 12 0.98 0 0.95 0.12 122.17 0.97 0.45
Hex 4 E1 C 62 0 5F C 7A 61 2D
Octal 4 341 14 142 0 137 14 172 141 55
Binary 100 11100001 1100 1100010 0 1011111 1100 1111010 1100001 101101

Color Harmonies of #04E10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E10C

Black with #04E10C

Text Example


Text Example

White with #04E10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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