#04F12E

Color #04F12E Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #04F12E

Tints of Free Speech Green #04F12E

Color information

#04F12E (or 0x04F12E) is unknown color: approx Free Speech Green. HEX triplet: 04, F1 and 2E. RGB value is (4,241,46). Sum of RGB (Red+Green+Blue) = 4+241+46=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 241 (94.53% from 255 or 82.82% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 241 - color contains mainly: green. Hex color #04F12E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04F12E is #FB0ED1. Grayscale: #949494. Windows color (decimal): -16453330 or 3076356. OLE color: 3076356.

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

Color convert

RGB424146-
CMYK0.9800.810.05
HSL130.63º96.73%48.04%-
HSV(B)130.63º98.34%94.51%-
XYZ3263.1313.08-
YUV147.9170.4825.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.37%
GREEN value IS 241 (94.53% from 255) = 82.82%
BLUE value IS 46 (18.36% from 255) = 15.81%
R=1.37%
G=82.82%
B=15.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4241460.9800.810.05130.6396.7348.04
Hex4F12E620515836130
Octal4361561420121520314160
Binary10011110001101110110001001010001101100000111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04F12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,241,46); }

 H1.HeaderClassName
 {
   color: #04F12E;
 }
 .AnyTagClassName
 {
   color: #04F12E;
 }
</style>
background-color css

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

 a { background-color: rgb(4,241,46); }

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

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

 span { border-color: rgb(4,241,46); }

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