Html Css Color HEX #20EF25 Free Speech Green

📋 copy color: '#20EF25'

red 32 ◦ green 239 ◦ blue 37

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

Shades of Free Speech Green #20EF25

Tints of Free Speech Green #20EF25

RGB

 RED value IS 32 (12.89% from 255) = 10.39%

 GREEN value IS 239 (93.75% from 255) = 77.6%

 BLUE value IS 37 (14.84% from 255) = 12.01%

R = 10.39%
G = 77.6%
B = 12.01%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#20EF25 (or 0x20EF25) is known color: Free Speech Green. HEX triplet: 20, EF and 25. RGB value is (32,239,37). Sum of RGB (Red+Green+Blue) = 32+239+37=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 239 (93.75% from 255 or 77.60% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 239 - color contains mainly: green. Hex color #20EF25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EF25 is #DF10DA. Grayscale: #9A9A9A. Windows color (decimal): -14618843 or 2486048. OLE color: 2486048.

HSL color Cylindrical-coordinate representation of color #20EF25: hue angle of 121.45º 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 #20EF25 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 239 37 -
CMYK 0.87 0 0.85 0.06
HSL 121.45º 0.87% 0.53% -
HSV(B) 121.45º 0.87% 0.94% -
XYZ 31.8 62.17 12.08 -
YUV 154.08 61.92 40.93 -
System Red Green Blue C M Y K H S L
Decimal 32 239 37 0.87 0 0.85 0.06 121.45 0.87 0.53
Hex 20 EF 25 57 0 55 6 79 57 35
Octal 40 357 45 127 0 125 6 171 127 65
Binary 100000 11101111 100101 1010111 0 1010101 110 1111001 1010111 110101

Color Harmonies of #20EF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EF25

Black with #20EF25

Text Example


Text Example

White with #20EF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20EF25;
 }
 .AnyTagClassName
 {
   color: #20EF25;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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