#14EF2F

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

Shades of Free Speech Green #14EF2F

Tints of Free Speech Green #14EF2F

Color information

#14EF2F (or 0x14EF2F) is unknown color: approx Free Speech Green. HEX triplet: 14, EF and 2F. RGB value is (20,239,47). Sum of RGB (Red+Green+Blue) = 20+239+47=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 239 (93.75% from 255 or 78.10% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 239 - color contains mainly: green. Hex color #14EF2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EF2F is #EB10D0. Grayscale: #989898. Windows color (decimal): -15405265 or 3141396. OLE color: 3141396.

HSL color Cylindrical-coordinate representation of color #14EF2F: hue angle of 127.4º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EF2F is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB2023947-
CMYK0.9200.800.06
HSL127.4º87.25%50.78%-
HSV(B)127.4º91.63%93.73%-
XYZ31.6762.0913-
YUV151.6368.9534.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.54%
GREEN value IS 239 (93.75% from 255) = 78.10%
BLUE value IS 47 (18.75% from 255) = 15.36%
R=6.54%
G=78.10%
B=15.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20239470.9200.800.06127.487.2550.78
Hex14EF2F5C05067f5733
Octal24357571340120617712763
Binary101001110111110111110111000101000011011111111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14EF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14EF2F; }

 p { color: rgb(20,239,47); }

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

<style>
 a { background-color: #14EF2F; }

 a { background-color: rgb(20,239,47); }

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

<style>
 span { border-color: #14EF2F; }

 span { border-color: rgb(20,239,47); }

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