#20EF2D

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

Shades of Free Speech Green #20EF2D

Tints of Free Speech Green #20EF2D

Color information

#20EF2D (or 0x20EF2D) is unknown color: approx Free Speech Green. HEX triplet: 20, EF and 2D. RGB value is (32,239,45). Sum of RGB (Red+Green+Blue) = 32+239+45=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 239 (93.75% from 255 or 75.63% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 239 - color contains mainly: green. Hex color #20EF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EF2D is #DF10D2. Grayscale: #9B9B9B. Windows color (decimal): -14618835 or 3010336. OLE color: 3010336.

HSL color Cylindrical-coordinate representation of color #20EF2D: hue angle of 123.77º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EF2D is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB3223945-
CMYK0.8700.810.06
HSL123.77º86.61%53.14%-
HSV(B)123.77º86.61%93.73%-
XYZ31.9462.2312.81-
YUV154.9965.9240.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.13%
GREEN value IS 239 (93.75% from 255) = 75.63%
BLUE value IS 45 (17.97% from 255) = 14.24%
R=10.13%
G=75.63%
B=14.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal32239450.8700.810.06123.7786.6153.14
Hex20EF2D5705167c5735
Octal40357551270121617412765
Binary1000001110111110110110101110101000111011111001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20EF2D; }

 p { color: rgb(32,239,45); }

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

<style>
 a { background-color: #20EF2D; }

 a { background-color: rgb(32,239,45); }

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

<style>
 span { border-color: #20EF2D; }

 span { border-color: rgb(32,239,45); }

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